Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Indexes

28   Indexes = SI;
41 assert(MRI && Indexes && "call reset() first");
51 Idx = Indexes->getMBBStartIdx(MI->getParent());
54 Idx = Indexes->getInstructionIndex(MI)
64 assert(MRI && Indexes && "call reset() first");
85 Idx = Indexes->getMBBEndIdx(MI->getOperand(OpNo+1).getMBB());
88 Idx = Indexes->getInstructionIndex(MI).getRegSlot();
116 std::tie(Start, End) = Indexes->getMBBRange(MBB);
136 assert(Indexes && "Missing SlotIndexes");
139 MachineBasicBlock *KillMBB = Indexes->getMBBFromIndex(Kill.getPrevSlot());
143 if (LR.extendInBlock(Indexes->getMBBStartIdx(KillMBB), Kill))
162 assert(Indexes && "Missing SlotIndexes");
214 std::tie(Start, End) = Indexes->getMBBRange(Pred);
249 std::tie(Start, End) = Indexes->getMBBRange(*I);
279 assert(Indexes && "Missing SlotIndexes");
311 DomTree->getNode(Indexes->getMBBFromIndex(IDomValue.first->def));
322 DomTree->getNode(Indexes->getMBBFromIndex(Value.first->def));
344 std::tie(Start, End) = Indexes->getMBBRange(MBB);