Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DReachingDefAnalysis.cpp744 unsigned LiveDefs = 0; in collectKilledOperands() local
749 ++LiveDefs; in collectKilledOperands()
752 if (LiveDefs > 1) in collectKilledOperands()
H A DTwoAddressInstructionPass.cpp1142 SmallVector<Register, 2> LiveDefs; in rescheduleKillAboveMI() local
1161 LiveDefs.push_back(MOReg); in rescheduleKillAboveMI()
1205 if (MOReg.isPhysical() && regOverlapsSet(LiveDefs, MOReg)) in rescheduleKillAboveMI()