Home
last modified time | relevance | path

Searched defs:MapIt (Results 1 – 5 of 5) sorted by relevance

/external/clang/lib/Rewrite/
DTokenRewriter.cpp60 std::map<SourceLocation, TokenRefTy>::iterator MapIt = in RemapIterator() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/BinaryFormat/
DMsgPackDocument.cpp173 DocNode::MapTy::iterator MapIt; member
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DSpeculateAroundPHIs.cpp669 auto MapIt = SpeculatedValueMap.find(OpI); in speculatePHIs() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DLiveDebugValues.cpp637 auto MapIt = OverlappingFragments.find({Var.getVariable(), ThisFragment}); in erase() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMLoadStoreOptimizer.cpp2394 using MapIt = DenseMap<unsigned, SmallVector<MachineInstr *, 4>>::iterator; in RescheduleLoadStoreInstrs() typedef