Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineLoopUtils.cpp81 unsigned LoopRegIdx = 3, InitRegIdx = 1; in PeelSingleBlockLoop() local
83 std::swap(LoopRegIdx, InitRegIdx); in PeelSingleBlockLoop()
89 Register R = MI.getOperand(LoopRegIdx).getReg(); in PeelSingleBlockLoop()
93 MI.RemoveOperand(LoopRegIdx + 1); in PeelSingleBlockLoop()
94 MI.RemoveOperand(LoopRegIdx + 0); in PeelSingleBlockLoop()
98 Register LoopReg = OrigPhi.getOperand(LoopRegIdx).getReg(); in PeelSingleBlockLoop()
99 MI.getOperand(LoopRegIdx).setReg(LoopReg); in PeelSingleBlockLoop()
H A DModuloSchedule.cpp1716 unsigned LoopRegIdx = 3, InitRegIdx = 1; in getPhiCanonicalReg() local
1718 std::swap(LoopRegIdx, InitRegIdx); in getPhiCanonicalReg()
1719 CanonicalUseReg = CanonicalUse->getOperand(LoopRegIdx).getReg(); in getPhiCanonicalReg()