Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Passes/
H A DBinaryFunctionCallGraph.cpp196 !Function->getAllCallSites().empty()) { in buildCallGraph()
202 for (const IndirectCallProfile &CSI : Function->getAllCallSites()) { in buildCallGraph()
/llvm-project-15.0.7/bolt/lib/Profile/
H A DYAMLProfileReader.cpp141 BF.getAllCallSites().emplace_back(CalleeSymbol, YamlCSI.Count, in parseFunctionProfile()
/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinaryFunction.h2093 IndirectCallSiteProfile &getAllCallSites() { return AllCallSites; } in getAllCallSites() function
2095 const IndirectCallSiteProfile &getAllCallSites() const { in getAllCallSites() function