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.cpp655 unsigned LiveDefs = 0; in collectKilledOperands() local
660 ++LiveDefs; in collectKilledOperands()
663 if (LiveDefs > 1) in collectKilledOperands()
H A DTwoAddressInstructionPass.cpp1140 SmallVector<Register, 2> LiveDefs; in rescheduleKillAboveMI() local
1159 LiveDefs.push_back(MOReg); in rescheduleKillAboveMI()
1203 if (MOReg.isPhysical() && regOverlapsSet(LiveDefs, MOReg)) in rescheduleKillAboveMI()