Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Indexes

121   SlotIndexes *Indexes;
397 SlotIndex ThisIndex = Indexes->getInstructionIndex(MI);
412 Starts[pos] = Indexes->getMBBStartIdx(&MBB);
416 Finishes[pos] = Indexes->getMBBEndIdx(&MBB);
434 SlotIndex NewStart = Indexes->getMBBStartIdx(&MBB);
435 SlotIndex NewFin = Indexes->getMBBEndIdx(&MBB);
559 SlotIndex Index = Indexes->getInstructionIndex(&I);
610 SlotIndex Index = Indexes->getInstructionIndex(&I);
645 Indexes = &getAnalysis<SlotIndexes>();
687 LI->getNextValue(Indexes->getZeroIndex(), VNInfoAllocator);