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.cpp84 unsigned LoopRegIdx = 3, InitRegIdx = 1; in PeelSingleBlockLoop() local
86 std::swap(LoopRegIdx, InitRegIdx); in PeelSingleBlockLoop()
95 OrigPhi.getOperand(InitRegIdx).setReg(R); in PeelSingleBlockLoop()
103 MI.removeOperand(InitRegIdx + 1); in PeelSingleBlockLoop()
104 MI.removeOperand(InitRegIdx + 0); in PeelSingleBlockLoop()
H A DModuloSchedule.cpp1737 unsigned LoopRegIdx = 3, InitRegIdx = 1; in getPhiCanonicalReg() local
1739 std::swap(LoopRegIdx, InitRegIdx); in getPhiCanonicalReg()