Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DExecutionDomainFix.cpp461 for (DomainValue *OutLiveReg : OutLiveRegs) in runOnMachineFunction()
462 if (OutLiveReg) in runOnMachineFunction()
463 release(OutLiveReg); in runOnMachineFunction()
H A DReachingDefAnalysis.cpp115 for (int &OutLiveReg : MBBOutRegsInfos[MBBNumber]) in leaveBasicBlock() local
116 if (OutLiveReg != ReachingDefDefaultVal) in leaveBasicBlock()
117 OutLiveReg -= CurInstr; in leaveBasicBlock()