Searched refs:LoopRegIdx (Results 1 – 2 of 2) sorted by relevance
85 unsigned LoopRegIdx = 3, InitRegIdx = 1; in PeelSingleBlockLoop() local87 std::swap(LoopRegIdx, InitRegIdx); in PeelSingleBlockLoop()93 Register R = MI.getOperand(LoopRegIdx).getReg(); in PeelSingleBlockLoop()97 MI.removeOperand(LoopRegIdx + 1); in PeelSingleBlockLoop()98 MI.removeOperand(LoopRegIdx + 0); in PeelSingleBlockLoop()102 Register LoopReg = OrigPhi.getOperand(LoopRegIdx).getReg(); in PeelSingleBlockLoop()103 MI.getOperand(LoopRegIdx).setReg(LoopReg); in PeelSingleBlockLoop()
1756 unsigned LoopRegIdx = 3, InitRegIdx = 1; in getPhiCanonicalReg() local1758 std::swap(LoopRegIdx, InitRegIdx); in getPhiCanonicalReg()1759 CanonicalUseReg = CanonicalUse->getOperand(LoopRegIdx).getReg(); in getPhiCanonicalReg()