Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineLoopUtils.cpp84 unsigned LoopRegIdx = 3, InitRegIdx = 1; in PeelSingleBlockLoop() local
86 std::swap(LoopRegIdx, InitRegIdx); in PeelSingleBlockLoop()
92 Register R = MI.getOperand(LoopRegIdx).getReg(); in PeelSingleBlockLoop()
96 MI.removeOperand(LoopRegIdx + 1); in PeelSingleBlockLoop()
97 MI.removeOperand(LoopRegIdx + 0); in PeelSingleBlockLoop()
101 Register LoopReg = OrigPhi.getOperand(LoopRegIdx).getReg(); in PeelSingleBlockLoop()
102 MI.getOperand(LoopRegIdx).setReg(LoopReg); in PeelSingleBlockLoop()
H A DModuloSchedule.cpp1734 unsigned LoopRegIdx = 3, InitRegIdx = 1; in getPhiCanonicalReg() local
1736 std::swap(LoopRegIdx, InitRegIdx); in getPhiCanonicalReg()
1737 CanonicalUseReg = CanonicalUse->getOperand(LoopRegIdx).getReg(); in getPhiCanonicalReg()