Home | History | Annotate | Download | only in CodeGen

Lines Matching full:indexes

27   Indexes = SI;
40 assert(MRI && Indexes && "call reset() first");
51 Idx = Indexes->getMBBStartIdx(MI->getParent());
54 Idx = Indexes->getInstructionIndex(MI)
64 assert(MRI && Indexes && "call reset() first");
86 Idx = Indexes->getMBBEndIdx(MI->getOperand(I.getOperandNo()+1).getMBB());
89 Idx = Indexes->getInstructionIndex(MI).getRegSlot();
117 tie(Start, End) = Indexes->getMBBRange(MBB);
140 assert(Indexes && "Missing SlotIndexes");
143 MachineBasicBlock *KillMBB = Indexes->getMBBFromIndex(Kill.getPrevSlot());
147 if (LI->extendInBlock(Indexes->getMBBStartIdx(KillMBB), Kill))
166 assert(Indexes && "Missing SlotIndexes");
220 tie(Start, End) = Indexes->getMBBRange(Pred);
255 tie(Start, End) = Indexes->getMBBRange(*I);
285 assert(Indexes && "Missing SlotIndexes");
317 DomTree->getNode(Indexes->getMBBFromIndex(IDomValue.first->def));
328 DomTree->getNode(Indexes->getMBBFromIndex(Value.first->def));
350 tie(Start, End) = Indexes->getMBBRange(MBB);