Home
last modified time | relevance | path

Searched refs:Itrs (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp1579 SmallVector<CurrentAndEndIt> Itrs; in hoistLockstepIdenticalDbgVariableRecords() local
1580 Itrs.reserve(OtherInsts.size() + 1); in hoistLockstepIdenticalDbgVariableRecords()
1587 auto allIdentical = [](const SmallVector<CurrentAndEndIt> &Itrs) { in hoistLockstepIdenticalDbgVariableRecords() argument
1588 return all_of(make_first_range(ArrayRef(Itrs).drop_front()), in hoistLockstepIdenticalDbgVariableRecords()
1590 return Itrs[0].first->isIdenticalToWhenDefined(*I); in hoistLockstepIdenticalDbgVariableRecords()
1595 Itrs.push_back( in hoistLockstepIdenticalDbgVariableRecords()
1600 Itrs.push_back( in hoistLockstepIdenticalDbgVariableRecords()
1608 while (none_of(Itrs, atEnd)) { in hoistLockstepIdenticalDbgVariableRecords()
1609 bool HoistDVRs = allIdentical(Itrs); in hoistLockstepIdenticalDbgVariableRecords()
1610 for (CurrentAndEndIt &Pair : Itrs) { in hoistLockstepIdenticalDbgVariableRecords()