Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DMemProfContextDisambiguation.cpp731 for (auto &I : FunctionCalleesToSynthesizedCallsiteInfos) { in ~IndexCallsiteContextGraph()
778 FunctionCalleesToSynthesizedCallsiteInfos; member in __anonf01a58700111::IndexCallsiteContextGraph
2098 if (!FunctionCalleesToSynthesizedCallsiteInfos.count(FS) || in findProfiledCalleeThroughTailCalls()
2099 !FunctionCalleesToSynthesizedCallsiteInfos[FS].count(Callee)) in findProfiledCalleeThroughTailCalls()
2102 FunctionCalleesToSynthesizedCallsiteInfos[FS][Callee] = in findProfiledCalleeThroughTailCalls()
2105 FunctionCalleesToSynthesizedCallsiteInfos[FS][Callee].get(); in findProfiledCalleeThroughTailCalls()