Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dfunc-id-helper.cpp22 auto CacheIt = CachedNames.find(FuncId); in SymbolOrNumber() local
/freebsd/contrib/llvm-project/clang/lib/Rewrite/
H A DHTMLRewrite.cpp571 auto CacheIt = Cache->SyntaxHighlights.find(FID); in SyntaxHighlight() local
743 auto CacheIt = Cache->MacroHighlights.find(FID); in HighlightMacros() local
/freebsd/contrib/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); in compute() local
1096 CacheMapTy::iterator CacheIt = CacheMap.find(V); in compute_() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DPtrTypesSemantics.cpp275 auto CacheIt = Cache.find(D); in IsFunctionTrivial() local
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineFormatter.cpp1341 auto CacheIt = PenaltyCache.find(CacheKey); in format() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunction.cpp1008 auto CacheIt = DbgPHICache.find(Dest); in salvageCopySSA() local
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1919 std::map<SymbolRef, SymInfo>::iterator CacheIt = Cache.end(); in getSymbolInfo() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp969 auto CacheIt = [&DIVarCache, V](const auto &Container) { in cacheDIVar() local