Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DIntervalIterator.h137 EndIt = succ_end(IntStack.back().first); variable
138 while (SuccIt != EndIt) { // Loop over all interval succs
/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/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/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/clang/lib/Serialization/
DASTReader.cpp6629 EndIt = std::upper_bound(DInfo.Decls.begin(), DInfo.Decls.end(), in FindFileRegionDecls() local
6631 if (EndIt != DInfo.Decls.end()) in FindFileRegionDecls()
6632 ++EndIt; in FindFileRegionDecls()
6635 DIt = BeginIt; DIt != EndIt; ++DIt) in FindFileRegionDecls()