Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineLoopUtils.cpp85 unsigned LoopRegIdx = 3, InitRegIdx = 1; in PeelSingleBlockLoop() local
87 std::swap(LoopRegIdx, InitRegIdx); in PeelSingleBlockLoop()
96 OrigPhi.getOperand(InitRegIdx).setReg(R); in PeelSingleBlockLoop()
104 MI.removeOperand(InitRegIdx + 1); in PeelSingleBlockLoop()
105 MI.removeOperand(InitRegIdx + 0); in PeelSingleBlockLoop()
H A DModuloSchedule.cpp1756 unsigned LoopRegIdx = 3, InitRegIdx = 1; in getPhiCanonicalReg() local
1758 std::swap(LoopRegIdx, InitRegIdx); in getPhiCanonicalReg()