Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DReachingDefAnalysis.cpp651 unsigned LiveDefs = 0; in collectKilledOperands() local
656 ++LiveDefs; in collectKilledOperands()
659 if (LiveDefs > 1) in collectKilledOperands()
H A DTwoAddressInstructionPass.cpp955 SmallVector<Register, 2> LiveDefs; in rescheduleKillAboveMI() local
974 LiveDefs.push_back(MOReg); in rescheduleKillAboveMI()
1020 if (MOReg.isPhysical() && regOverlapsSet(LiveDefs, MOReg, TRI)) in rescheduleKillAboveMI()