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.cpp766 std::map<const FunctionSummary *, ValueInfo> FSToVIMap; member in __anonf01a58700111::IndexCallsiteContextGraph
1622 auto VI = FSToVIMap.find(Func); in getLabel()
1623 assert(VI != FSToVIMap.end()); in getLabel()
1798 FSToVIMap[FS] = VI; in IndexCallsiteContextGraph()
2140 assert(!FSToVIMap.count(FS) || FSToVIMap[FS] == FSVI); in findProfiledCalleeThroughTailCalls()
2141 FSToVIMap[FS] = FSVI; in findProfiledCalleeThroughTailCalls()
2155 assert(!FSToVIMap.count(FS) || FSToVIMap[FS] == FSVI); in findProfiledCalleeThroughTailCalls()
2156 FSToVIMap[FS] = FSVI; in findProfiledCalleeThroughTailCalls()
2177 assert(FSToVIMap.count(Func)); in calleeMatchesFunc()
2178 auto FuncVI = FSToVIMap[Func]; in calleeMatchesFunc()
[all …]