Home
last modified time | relevance | path

Searched defs:CacheIt (Results 1 – 10 of 10) sorted by relevance

/llvm-project/llvm/tools/llvm-xray/
H A Dfunc-id-helper.cpp22 auto CacheIt = CachedNames.find(FuncId); in SymbolOrNumber() local
/llvm-project/libc/benchmarks/
H A DLibcMemoryBenchmark.cpp69 const auto CacheIt = find_if(CacheInfos, IsL1DataCache); in getL1DataCacheSize() local
/llvm-project/clang/lib/Rewrite/
H A DHTMLRewrite.cpp571 auto CacheIt = Cache->SyntaxHighlights.find(FID); SyntaxHighlight() local
743 auto CacheIt = Cache->MacroHighlights.find(FID); HighlightMacros() local
/llvm-project/llvm/lib/Analysis/
H A DCaptureTracking.cpp460 SmallDenseMap<const Value *, bool, 8>::iterator CacheIt; in isNonEscapingLocalObject() local
H A DMemoryBuiltins.cpp1068 CacheMapTy::iterator CacheIt = CacheMap.find(SeenVal); compute() local
1096 CacheMapTy::iterator CacheIt = CacheMap.find(V); compute_() local
/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DPtrTypesSemantics.cpp275 auto CacheIt = Cache.find(D); IsFunctionTrivial() local
/llvm-project/clang/lib/Format/
H A DUnwrappedLineFormatter.cpp1341 auto CacheIt = PenaltyCache.find(CacheKey); format() local
/llvm-project/llvm/lib/CodeGen/
H A DMachineFunction.cpp1008 auto CacheIt = DbgPHICache.find(Dest); salvageCopySSA() local
/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1919 std::map<SymbolRef, SymInfo>::iterator CacheIt = Cache.end(); getSymbolInfo() local
/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp969 auto CacheIt = [&DIVarCache, V](const auto &Container) { cacheDIVar() local