Searched refs:EndIt (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIntervalIterator.h145 EndIt = succ_end(IntStack.back().first); local
146 while (SuccIt != EndIt) { // Loop over all interval succs
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/
H A DScheduler.cpp250 const auto EndIt = PendingSet.end() - NumDispatchedToThePendingSet; local
251 for (const InstRef &IR : make_range(PendingSet.begin(), EndIt)) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineOutliner.cpp1053 // Each sequence is over [StartIt, EndIt].
1057 MachineBasicBlock::iterator EndIt = Mapper.InstrList[EndIdx]; local
1061 EndIt, MBB, FunctionList.size(),
1237 MachineBasicBlock::iterator EndIt = C.back(); local
1272 std::for_each(CallInst, std::next(EndIt), CopyDefsAndUpdateCalls);
1278 MBB.erase(std::next(StartIt), std::next(EndIt));
H A DRegAllocGreedy.cpp2663 EndIt = RecoloringCandidates.end();
2664 It != EndIt; ++It) {
2716 EndIt = RecoloringCandidates.end();
2717 It != EndIt; ++It) {
H A DCodeGenPrepare.cpp2504 for (unsigned It = 0, EndIt = OriginalValues.size(); It != EndIt; ++It)
2651 EndIt = OriginalUses.end();
2652 UseIt != EndIt; ++UseIt) {
2832 for (CommitPt It = Actions.begin(), EndIt = Actions.end(); It != EndIt;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h657 auto EndIt = *this; local
658 EndIt.Next = CD.end();
659 EndIt.Ended = true;
660 return EndIt;
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp2485 LocDeclsTy::iterator EndIt = llvm::upper_bound( local
2488 if (EndIt != LocDecls.end())
2489 ++EndIt;
2491 for (LocDeclsTy::iterator DIt = BeginIt; DIt != EndIt; ++DIt)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.cpp2349 auto EndIt = std::next(EI.getIterator()); local
2350 for (auto It = StartIt; It != EndIt; It = NextIt) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp7499 ArrayRef<serialization::LocalDeclID>::iterator EndIt =
7501 if (EndIt != DInfo.Decls.end())
7502 ++EndIt;
7505 DIt = BeginIt; DIt != EndIt; ++DIt)

Completed in 261 milliseconds