Searched defs:PHIIt (Results 1 – 4 of 4) sorted by relevance
/llvm-project/llvm/lib/CodeGen/ | ||
H A D | LiveDebugVariables.cpp | 1278 for (const auto &PHIIt : MF->DebugPHIPositions) { runOnMachineFunction() local |
H A D | RegisterCoalescer.cpp | 3703 auto PHIIt = PHIValToPos.find(InstID); joinVirtRegs() local |
/llvm-project/llvm/lib/Transforms/Scalar/ | ||
H A D | GVNHoist.cpp | 851 auto PHIIt = llvm::find_if(CHIs, [B](CHIArg &A) { return A != *B; }); findHoistableCandidates() local |
/llvm-project/llvm/lib/CodeGen/LiveDebugValues/ | ||
H A D | InstrRefBasedImpl.cpp | 1455 auto PHIIt = llvm::lower_bound(DebugPHINumToValue, InstNo); getValueForInstrRef() local |