Searched refs:Itrs (Results 1 – 1 of 1) sorted by relevance
1543 SmallVector<CurrentAndEndIt> Itrs; in hoistLockstepIdenticalDbgVariableRecords() local1544 Itrs.reserve(OtherInsts.size() + 1); in hoistLockstepIdenticalDbgVariableRecords()1551 auto allIdentical = [](const SmallVector<CurrentAndEndIt> &Itrs) { in hoistLockstepIdenticalDbgVariableRecords() argument1552 return all_of(make_first_range(ArrayRef(Itrs).drop_front()), in hoistLockstepIdenticalDbgVariableRecords()1554 return Itrs[0].first->isIdenticalToWhenDefined(*I); in hoistLockstepIdenticalDbgVariableRecords()1559 Itrs.push_back( in hoistLockstepIdenticalDbgVariableRecords()1564 Itrs.push_back( in hoistLockstepIdenticalDbgVariableRecords()1572 while (none_of(Itrs, atEnd)) { in hoistLockstepIdenticalDbgVariableRecords()1573 bool HoistDVRs = allIdentical(Itrs); in hoistLockstepIdenticalDbgVariableRecords()1574 for (CurrentAndEndIt &Pair : Itrs) { in hoistLockstepIdenticalDbgVariableRecords()