Searched refs:StartI (Results 1 – 4 of 4) sorted by relevance
161 SlotIndex StartI = I.start(); in update() local162 if (StartI >= Stop) in update()164 if (!BI->First.isValid() || StartI < BI->First) in update()165 BI->First = StartI; in update()174 SlotIndex StartI = I->start; in update() local175 if (StartI >= Stop) in update()177 if (!BI->First.isValid() || StartI < BI->First) in update()178 BI->First = StartI; in update()
624 auto StartI = std::next(Stack.rbegin()); in getTopDSA() local626 if (FromParent && StartI != EndI) { in getTopDSA()627 StartI = std::next(StartI); in getTopDSA()629 auto I = std::prev(StartI); in getTopDSA()641 auto StartI = Stack.rbegin(); in getImplicitDSA() local643 if (FromParent && StartI != EndI) { in getImplicitDSA()644 StartI = std::next(StartI); in getImplicitDSA()646 return getDSA(StartI, D); in getImplicitDSA()654 auto StartI = std::next(Stack.rbegin()); in hasDSA() local656 if (FromParent && StartI != EndI) { in hasDSA()[all …]
393 UsesTy::iterator *StartI=nullptr);948 UsesTy::iterator *StartI) { in nextInstr() argument949 UsesTy::iterator I = StartI ? *StartI : In.begin(); in nextInstr()
861 MachineBasicBlock::iterator StartI = IsDown ? TheI : ToI; in canMoveMemTo() local866 for (MachineBasicBlock::iterator I = std::next(StartI); I != EndI; ++I) { in canMoveMemTo()