Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DCoalescingBitVector.h371 auto EndIt = StartIt; in half_open_range() local
372 EndIt.advanceToLowerBound(End); in half_open_range()
373 return {StartIt, EndIt}; in half_open_range()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineOutliner.cpp648 MachineBasicBlock::iterator EndIt = Mapper.InstrList[EndIdx]; in findCandidates() local
650 CandidatesForRepeatedSeq.emplace_back(StartIdx, StringLen, StartIt, EndIt, in findCandidates()
895 MachineBasicBlock::iterator EndIt = std::prev(C.end()); in outline() local
929 Iter = EndIt.getReverse(), in outline()
974 MBB.erase(std::next(StartIt), std::next(EndIt)); in outline()
H A DInlineSpiller.cpp755 EndIt = MI->getParent()->instr_end(); in reMaterializeAll() local
760 It != EndIt && It->isBundledWithPred(); ++It) { in reMaterializeAll()
772 It != EndIt && It->isBundledWithPred(); ++It) { in reMaterializeAll()
H A DMachineBlockPlacement.cpp3665 MachineFunction::iterator EndIt = MBB.getParent()->end(); in assignBlockOrder() local
3670 if (FTMBB && (NextMBB == EndIt || &*NextMBB != FTMBB)) { in assignBlockOrder()
H A DCodeGenPrepare.cpp3101 for (unsigned It = 0, EndIt = OriginalValues.size(); It != EndIt; ++It) in undo() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64CollectLOH.cpp438 auto EndIt = AddMI->getParent()->end(); in handleADRP()
439 if (AddMI->getIterator() == EndIt || LdrMI != &*next_nodbg(AddIt, EndIt)) in handleADRP()
442 auto EndIt = AddMI->getParent()->end(); handleADRP() local
/freebsd/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/
H A DScheduler.cpp250 const auto EndIt = PendingSet.end() - NumDispatchedToThePendingSet; in analyzeDataDependencies() local
251 for (const InstRef &IR : make_range(PendingSet.begin(), EndIt)) { in analyzeDataDependencies()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h1086 auto EndIt = *this; in getEnd() local
1087 EndIt.Next = CD.end(); in getEnd()
1088 EndIt.Ended = true; in getEnd()
1089 return EndIt; in getEnd()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DIRSimilarityIdentifier.cpp1002 std::vector<IRInstructionData *>::iterator EndIt = InstrList.begin(); in createCandidatesFromSuffixTree() local
1003 std::advance(EndIt, EndIdx); in createCandidatesFromSuffixTree()
1005 CandsForRepSubstring.emplace_back(StartIdx, StringLen, *StartIt, *EndIt); in createCandidatesFromSuffixTree()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp2511 LocDeclsTy::iterator EndIt = llvm::upper_bound( in findFileRegionDecls() local
2514 if (EndIt != LocDecls.end()) in findFileRegionDecls()
2515 ++EndIt; in findFileRegionDecls()
2517 for (LocDeclsTy::iterator DIt = BeginIt; DIt != EndIt; ++DIt) in findFileRegionDecls()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.cpp2452 auto EndIt = std::next(EI.getIterator()); in optimizeSpillSlots() local
2453 for (auto It = StartIt; It != EndIt; It = NextIt) { in optimizeSpillSlots()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp8030 ArrayRef<unaligned_decl_id_t>::iterator EndIt = in FindFileRegionDecls() local
8032 if (EndIt != DInfo.Decls.end()) in FindFileRegionDecls()
8033 ++EndIt; in FindFileRegionDecls()
8035 for (ArrayRef<unaligned_decl_id_t>::iterator DIt = BeginIt; DIt != EndIt; in FindFileRegionDecls()