Home
last modified time | relevance | path

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

12

/external/llvm-project/libcxx/test/std/input.output/filesystems/class.rec.dir.itr/rec.dir.itr.members/
Dincrement.pass.cpp434 const recursive_directory_iterator EndIt; in TEST_CASE() local
443 while (!ec && it != EndIt && *it != nestedDir) { in TEST_CASE()
467 TEST_REQUIRE(it != EndIt); in TEST_CASE()
471 TEST_REQUIRE(it != EndIt); in TEST_CASE()
479 TEST_REQUIRE(it != EndIt); in TEST_CASE()
485 TEST_CHECK(it == EndIt); in TEST_CASE()
489 TEST_CHECK(it == EndIt); in TEST_CASE()
/external/libcxx/test/std/input.output/filesystems/class.rec.dir.itr/rec.dir.itr.members/
Dincrement.pass.cpp434 const recursive_directory_iterator EndIt; in TEST_CASE() local
443 while (!ec && it != EndIt && *it != nestedDir) { in TEST_CASE()
467 TEST_REQUIRE(it != EndIt); in TEST_CASE()
471 TEST_REQUIRE(it != EndIt); in TEST_CASE()
479 TEST_REQUIRE(it != EndIt); in TEST_CASE()
485 TEST_CHECK(it == EndIt); in TEST_CASE()
489 TEST_CHECK(it == EndIt); in TEST_CASE()
/external/llvm-project/clang-tools-extra/clang-tidy/readability/
DInconsistentDeclarationParameterNameCheck.cpp27 auto EndIt = Node.redecls_end(); in AST_MATCHER() local
29 if (It == EndIt) in AST_MATCHER()
33 return It != EndIt; in AST_MATCHER()
/external/llvm-project/llvm/include/llvm/ADT/
DCoalescingBitVector.h363 auto EndIt = StartIt; in half_open_range() local
364 EndIt.advanceToLowerBound(End); in half_open_range()
365 return {StartIt, EndIt}; in half_open_range()
/external/llvm/include/llvm/Analysis/
DIntervalIterator.h144 EndIt = succ_end(IntStack.back().first); variable
145 while (SuccIt != EndIt) { // Loop over all interval succs
/external/llvm-project/llvm/include/llvm/Analysis/
DIntervalIterator.h145 EndIt = succ_end(IntStack.back().first); variable
146 while (SuccIt != EndIt) { // Loop over all interval succs
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DIntervalIterator.h145 EndIt = succ_end(IntStack.back().first); variable
146 while (SuccIt != EndIt) { // Loop over all interval succs
/external/llvm-project/llvm/lib/CodeGen/
DMachineOutliner.cpp560 MachineBasicBlock::iterator EndIt = Mapper.InstrList[EndIdx]; in findCandidates() local
564 EndIt, MBB, FunctionList.size(), in findCandidates()
779 MachineBasicBlock::iterator EndIt = C.back(); in outline() local
801 Iter = EndIt.getReverse(), in outline()
843 MBB.erase(std::next(StartIt), std::next(EndIt)); in outline()
DRegAllocGreedy.cpp2654 EndIt = RecoloringCandidates.end(); in tryLastChanceRecoloring() local
2655 It != EndIt; ++It) { in tryLastChanceRecoloring()
2707 EndIt = RecoloringCandidates.end(); in tryLastChanceRecoloring() local
2708 It != EndIt; ++It) { in tryLastChanceRecoloring()
DCodeGenPrepare.cpp2646 for (unsigned It = 0, EndIt = OriginalValues.size(); It != EndIt; ++It) in undo() local
2795 EndIt = OriginalUses.end(); in undo() local
2796 UseIt != EndIt; ++UseIt) { in undo()
2977 for (CommitPt It = Actions.begin(), EndIt = Actions.end(); It != EndIt; in commit() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/Coverage/
DCoverageMapping.h657 auto EndIt = *this; in getEnd() local
658 EndIt.Next = CD.end(); in getEnd()
659 EndIt.Ended = true; in getEnd()
660 return EndIt; in getEnd()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineOutliner.cpp1057 MachineBasicBlock::iterator EndIt = Mapper.InstrList[EndIdx]; in findCandidates() local
1061 EndIt, MBB, FunctionList.size(), in findCandidates()
1237 MachineBasicBlock::iterator EndIt = C.back(); in outline() local
1272 std::for_each(CallInst, std::next(EndIt), CopyDefsAndUpdateCalls); in outline()
1278 MBB.erase(std::next(StartIt), std::next(EndIt)); in outline()
DRegAllocGreedy.cpp2663 EndIt = RecoloringCandidates.end(); in tryLastChanceRecoloring() local
2664 It != EndIt; ++It) { in tryLastChanceRecoloring()
2716 EndIt = RecoloringCandidates.end(); in tryLastChanceRecoloring() local
2717 It != EndIt; ++It) { in tryLastChanceRecoloring()
DCodeGenPrepare.cpp2504 for (unsigned It = 0, EndIt = OriginalValues.size(); It != EndIt; ++It) in undo() local
2651 EndIt = OriginalUses.end(); in undo() local
2652 UseIt != EndIt; ++UseIt) { in undo()
2832 for (CommitPt It = Actions.begin(), EndIt = Actions.end(); It != EndIt; in commit() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/HardwareUnits/
DScheduler.cpp250 const auto EndIt = PendingSet.end() - NumDispatchedToThePendingSet; in analyzeDataDependencies() local
251 for (const InstRef &IR : make_range(PendingSet.begin(), EndIt)) { in analyzeDataDependencies()
/external/llvm-project/llvm/lib/MCA/HardwareUnits/
DScheduler.cpp250 const auto EndIt = PendingSet.end() - NumDispatchedToThePendingSet; in analyzeDataDependencies() local
251 for (const InstRef &IR : make_range(PendingSet.begin(), EndIt)) { in analyzeDataDependencies()
/external/llvm-project/llvm/lib/Analysis/
DIRSimilarityIdentifier.cpp495 std::vector<IRInstructionData *>::iterator EndIt = InstrList.begin(); in createCandidatesFromSuffixTree() local
496 std::advance(EndIt, EndIdx); in createCandidatesFromSuffixTree()
498 CandsForRepSubstring.emplace_back(StartIdx, StringLen, *StartIt, *EndIt); in createCandidatesFromSuffixTree()
/external/llvm-project/llvm/include/llvm/ProfileData/Coverage/
DCoverageMapping.h659 auto EndIt = *this; in getEnd() local
660 EndIt.Next = CD.end(); in getEnd()
661 EndIt.Ended = true; in getEnd()
662 return EndIt; in getEnd()
/external/llvm/lib/Target/AArch64/
DAArch64CollectLOH.cpp570 MapRegToId::const_iterator EndIt = RegToId.end(); in reachedUsesToDefs() local
587 ((It = RegToId.find((MI)->getOperand(1).getReg())) == EndIt || in reachedUsesToDefs()
/external/llvm/lib/CodeGen/
DRegAllocGreedy.cpp2135 EndIt = RecoloringCandidates.end(); in tryLastChanceRecoloring() local
2136 It != EndIt; ++It) { in tryLastChanceRecoloring()
2173 EndIt = RecoloringCandidates.end(); in tryLastChanceRecoloring() local
2174 It != EndIt; ++It) { in tryLastChanceRecoloring()
DCodeGenPrepare.cpp2290 for (unsigned It = 0, EndIt = OriginalValues.size(); It != EndIt; ++It) in undo() local
2425 EndIt = OriginalUses.end(); in undo() local
2426 UseIt != EndIt; ++UseIt) { in undo()
2566 for (CommitPt It = Actions.begin(), EndIt = Actions.end(); It != EndIt; in commit() local
/external/llvm-project/clang/lib/Frontend/
DASTUnit.cpp2489 LocDeclsTy::iterator EndIt = llvm::upper_bound( in findFileRegionDecls() local
2492 if (EndIt != LocDecls.end()) in findFileRegionDecls()
2493 ++EndIt; in findFileRegionDecls()
2495 for (LocDeclsTy::iterator DIt = BeginIt; DIt != EndIt; ++DIt) in findFileRegionDecls()
/external/clang/lib/Frontend/
DASTUnit.cpp2652 LocDeclsTy::iterator EndIt = std::upper_bound( in findFileRegionDecls() local
2655 if (EndIt != LocDecls.end()) in findFileRegionDecls()
2656 ++EndIt; in findFileRegionDecls()
2658 for (LocDeclsTy::iterator DIt = BeginIt; DIt != EndIt; ++DIt) in findFileRegionDecls()
/external/llvm/lib/Target/Hexagon/
DHexagonFrameLowering.cpp2144 auto EndIt = std::next(MachineBasicBlock::iterator(EI)); in optimizeSpillSlots() local
2145 for (auto It = StartIt; It != EndIt; It = NextIt) { in optimizeSpillSlots()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonFrameLowering.cpp2349 auto EndIt = std::next(EI.getIterator()); in optimizeSpillSlots() local
2350 for (auto It = StartIt; It != EndIt; It = NextIt) { in optimizeSpillSlots()

12