Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DMemProfContextDisambiguation.cpp1000 std::map<const FunctionSummary *, ValueInfo> FSToVIMap; member in __anonf01a58700211::IndexCallsiteContextGraph
2074 auto VI = FSToVIMap.find(Func); in getLabel()
2075 assert(VI != FSToVIMap.end()); in getLabel()
2285 FSToVIMap[FS] = VI; in IndexCallsiteContextGraph()
2847 assert(!FSToVIMap.count(FS) || FSToVIMap[FS] == FSVI); in findProfiledCalleeThroughTailCalls()
2848 FSToVIMap[FS] = FSVI; in findProfiledCalleeThroughTailCalls()
2862 assert(!FSToVIMap.count(FS) || FSToVIMap[FS] == FSVI); in findProfiledCalleeThroughTailCalls()
2863 FSToVIMap[FS] = FSVI; in findProfiledCalleeThroughTailCalls()
2891 assert(FSToVIMap.count(Func)); in calleeMatchesFunc()
2892 auto FuncVI = FSToVIMap[Func]; in calleeMatchesFunc()
[all …]