Searched refs:OutLiveReg (Results 1 – 2 of 2) sorted by relevance
461 for (DomainValue *OutLiveReg : OutLiveRegs) in runOnMachineFunction()462 if (OutLiveReg) in runOnMachineFunction()463 release(OutLiveReg); in runOnMachineFunction()
131 for (int &OutLiveReg : MBBOutRegsInfos[MBBNumber]) in leaveBasicBlock() local132 if (OutLiveReg != ReachingDefDefaultVal) in leaveBasicBlock()133 OutLiveReg -= CurInstr; in leaveBasicBlock()