Home
last modified time | relevance | path

Searched refs:LiveDefs (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DReachingDefAnalysis.cpp656 unsigned LiveDefs = 0; in collectKilledOperands() local
661 ++LiveDefs; in collectKilledOperands()
664 if (LiveDefs > 1) in collectKilledOperands()
H A DTwoAddressInstructionPass.cpp1037 SmallVector<Register, 2> LiveDefs; in rescheduleKillAboveMI() local
1056 LiveDefs.push_back(MOReg); in rescheduleKillAboveMI()
1102 if (MOReg.isPhysical() && regOverlapsSet(LiveDefs, MOReg, TRI)) in rescheduleKillAboveMI()