Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:sis

559     const MachineInstr *mi = sis->getInstructionFromIndex(i);
800 for (SlotIndex i = sis->getZeroIndex(); i != sis->getLastIndex();
808 MachineBasicBlock *mbb = sis->getMBBFromIndex(i);
809 mi = sis->getInstructionFromIndex(i);
811 if (i == sis->getMBBStartIdx(mbb) || mi != 0 ||
816 if (i == sis->getMBBStartIdx(mbb)) {
923 sis = &getAnalysis<SlotIndexes>();