Searched refs:LoopRegIdx (Results 1 – 2 of 2) sorted by relevance
81 unsigned LoopRegIdx = 3, InitRegIdx = 1; in PeelSingleBlockLoop() local83 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()
1716 unsigned LoopRegIdx = 3, InitRegIdx = 1; in getPhiCanonicalReg() local1718 std::swap(LoopRegIdx, InitRegIdx); in getPhiCanonicalReg()1719 CanonicalUseReg = CanonicalUse->getOperand(LoopRegIdx).getReg(); in getPhiCanonicalReg()