/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | CoalescingBitVector.h | 371 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 D | MachineOutliner.cpp | 648 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 D | InlineSpiller.cpp | 755 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 D | MachineBlockPlacement.cpp | 3665 MachineFunction::iterator EndIt = MBB.getParent()->end(); in assignBlockOrder() local 3670 if (FTMBB && (NextMBB == EndIt || &*NextMBB != FTMBB)) { in assignBlockOrder()
|
H A D | CodeGenPrepare.cpp | 3101 for (unsigned It = 0, EndIt = OriginalValues.size(); It != EndIt; ++It) in undo() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64CollectLOH.cpp | 438 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 D | Scheduler.cpp | 250 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 D | CoverageMapping.h | 1086 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 D | IRSimilarityIdentifier.cpp | 1002 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 D | ASTUnit.cpp | 2511 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 D | HexagonFrameLowering.cpp | 2452 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 D | ASTReader.cpp | 8030 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()
|