Lines Matching refs:Indexes
1516 SlotIndexes *Indexes = LIS->getSlotIndexes(); in joinReservedPhysReg() local
1517 for (SlotIndex SI = Indexes->getNextNonNullIndex(DestRegIdx); in joinReservedPhysReg()
1518 SI != CopyRegIdx; SI = Indexes->getNextNonNullIndex(SI)) { in joinReservedPhysReg()
1650 SlotIndexes *Indexes; member in __anona927d7ac0211::JoinVals
1795 NewVNInfo(newVNInfo), CP(cp), LIS(lis), Indexes(LIS->getSlotIndexes()), in JoinVals()
1853 MachineInstr *MI = Indexes->getInstructionFromIndex(Def); in followCopyChain()
1924 DefMI = Indexes->getInstructionFromIndex(VNI->def); in analyzeValue()
2031 DefMI->getParent() != Indexes->getMBBFromIndex(V.OtherVNI->def)) { in analyzeValue()
2115 MachineBasicBlock *MBB = Indexes->getMBBFromIndex(VNI->def); in analyzeValue()
2116 if (OtherLRQ.endPoint() >= Indexes->getMBBEndIdx(MBB)) in analyzeValue()
2186 MachineBasicBlock *MBB = Indexes->getMBBFromIndex(VNI->def); in taintExtent()
2187 SlotIndex MBBEnd = Indexes->getMBBEndIdx(MBB); in taintExtent()
2266 MachineBasicBlock *MBB = Indexes->getMBBFromIndex(VNI->def); in resolveConflicts()
2269 MI = Indexes->getInstructionFromIndex(VNI->def); in resolveConflicts()
2276 Indexes->getInstructionFromIndex(TaintExtent.front().first); in resolveConflicts()
2289 LastMI = Indexes->getInstructionFromIndex(TaintExtent[TaintNum].first); in resolveConflicts()
2342 Indexes->getInstructionFromIndex(Def)->operands()) { in pruneValues()
2450 MachineInstr *MI = Indexes->getInstructionFromIndex(Def); in eraseInstrs()