Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DMemProfContextDisambiguation.cpp687 std::map<const FunctionSummary *, ValueInfo> FSToVIMap; member in __anonf4e331660111::IndexCallsiteContextGraph
1478 auto VI = FSToVIMap.find(Func); in getLabel()
1479 assert(VI != FSToVIMap.end()); in getLabel()
1646 FSToVIMap[FS] = VI; in IndexCallsiteContextGraph()
1986 assert(!FSToVIMap.count(FS) || FSToVIMap[FS] == FSVI); in findProfiledCalleeThroughTailCalls()
1987 FSToVIMap[FS] = FSVI; in findProfiledCalleeThroughTailCalls()
2000 assert(!FSToVIMap.count(FS) || FSToVIMap[FS] == FSVI); in findProfiledCalleeThroughTailCalls()
2001 FSToVIMap[FS] = FSVI; in findProfiledCalleeThroughTailCalls()
2021 assert(FSToVIMap.count(Func)); in calleeMatchesFunc()
2022 auto FuncVI = FSToVIMap[Func]; in calleeMatchesFunc()
[all …]