Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Indexes

119   SlotIndexes *Indexes;
420 SlotIndex ThisIndex = Indexes->getInstructionIndex(MI);
435 Starts[pos] = Indexes->getMBBStartIdx(MBB);
439 Finishes[pos] = Indexes->getMBBEndIdx(MBB);
457 SlotIndex NewStart = Indexes->getMBBStartIdx(MBB);
458 SlotIndex NewFin = Indexes->getMBBEndIdx(MBB);
579 SlotIndex Index = Indexes->getInstructionIndex(I);
635 SlotIndex Index = Indexes->getInstructionIndex(I);
667 Indexes = &getAnalysis<SlotIndexes>();
709 LI->getNextValue(Indexes->getZeroIndex(), VNInfoAllocator);