Searched refs:MapIt (Results 1 – 11 of 11) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/SandboxVectorizer/ |
| H A D | SeedCollector.h | 201 BundleMapT::iterator MapIt; variable 231 iterator(BundleMapT &Map, BundleMapT::iterator MapIt, ValT *Vec, int VecIdx) in iterator() argument 232 : Map(&Map), MapIt(MapIt), Vec(Vec), VecIdx(VecIdx) {} in iterator() 246 assert(MapIt != Map->end() && "Already at end!"); 248 ++MapIt; 249 if (MapIt != Map->end()) 250 Vec = &MapIt->second; 265 return MapIt == Other.MapIt && VecIdx == Other.VecIdx;
|
| /freebsd/contrib/llvm-project/clang/lib/Rewrite/ |
| H A D | TokenRewriter.cpp | 63 std::map<SourceLocation, TokenRefTy>::iterator MapIt = in RemapIterator() local 65 assert(MapIt != TokenAtLoc.end() && "iterator not in rewriter?"); in RemapIterator() 66 return MapIt->second; in RemapIterator()
|
| /freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/ |
| H A D | MsgPackDocument.cpp | 254 DocNode::MapTy::iterator MapIt; in writeToBlob() 304 if (Stack.back().MapIt != Stack.back().Node.getMap().end()) in writeToBlob() 318 Node = Stack.back().MapIt->first; in writeToBlob() 321 Node = Stack.back().MapIt->second; in writeToBlob() 322 ++Stack.back().MapIt; in writeToBlob() 248 DocNode::MapTy::iterator MapIt; global() member
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | GenericCycleImpl.h | 275 auto MapIt = BlockMap.find(Block); 276 if (MapIt == BlockMap.end()) 279 auto *C = MapIt->second; 595 auto MapIt = BlockMap.find(BB); in verifyCycleNest() local 596 assert(MapIt != BlockMap.end()); in verifyCycleNest() 597 assert(Cycle->contains(MapIt->second)); in verifyCycleNest()
|
| H A D | CoalescingBitVector.h | 287 const_iterator(UnderlyingIterator MapIt) : MapIterator(MapIt) { in const_iterator() argument
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCContext.cpp | 966 auto MapIt = ItInsertedPair.first; in getDXContainerSection() local 970 StringRef Name = MapIt->first(); in getDXContainerSection() 971 MapIt->second = in getDXContainerSection() 975 allocInitialFragment(*MapIt->second); in getDXContainerSection() 976 return MapIt->second; in getDXContainerSection()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMParallelDSP.cpp | 416 for (auto &MapIt : LoadPairs) { in RecordMemoryOps() 417 LLVM_DEBUG(dbgs() << *MapIt.first << ", " in RecordMemoryOps() 418 << *MapIt.second << "\n"); in RecordMemoryOps()
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | BranchProbabilityInfo.cpp | 246 for (auto MapIt : SccBlocks[SccNum]) { in getSccEnterBlocks() local 247 const auto *BB = MapIt.first; in getSccEnterBlocks() 257 for (auto MapIt : SccBlocks[SccNum]) { in getSccExitBlocks() local 258 const auto *BB = MapIt.first; in getSccExitBlocks()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | LiveDebugVariables.cpp | 1661 auto MapIt = BBSkipInstsMap.find(MBB); in findInsertLocation() local 1662 if (MapIt == BBSkipInstsMap.end()) in findInsertLocation() 1665 BeginIt = std::next(MapIt->second); in findInsertLocation()
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | DebugInfo.cpp | 1953 auto MapIt = Map.find(ID); in getAssignmentInsts() local 1954 if (MapIt == Map.end()) in getAssignmentInsts() 1957 return make_range(MapIt->second.begin(), MapIt->second.end()); in getAssignmentInsts()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/ |
| H A D | VarLocBasedImpl.cpp | 1144 auto MapIt = OverlappingFragments.find({Var.getVariable(), ThisFragment}); in erase() local 1145 if (MapIt != OverlappingFragments.end()) { in erase() 1146 for (auto Fragment : MapIt->second) { in erase()
|