Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DReachingDefAnalysis.cpp90 for (int &OutLiveReg : MBBOutRegsInfos[MBBNumber]) in leaveBasicBlock() local
91 OutLiveReg -= CurInstr; in leaveBasicBlock()
DExecutionDomainFix.cpp463 for (DomainValue *OutLiveReg : OutLiveRegs) { in runOnMachineFunction()
464 if (OutLiveReg) in runOnMachineFunction()
465 release(OutLiveReg); in runOnMachineFunction()