Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Profile/
H A DYAMLProfileWriter.cpp62 const auto ICSP = BC.MIB->tryGetAnnotationAs<IndirectCallSiteProfile>( in convert() local
64 if (!ICSP) in convert()
66 for (const IndirectCallProfile &CSP : ICSP.get()) { in convert()
/llvm-project-15.0.7/bolt/lib/Passes/
H A DBinaryFunctionCallGraph.cpp179 const auto &ICSP = BC.MIB->getAnnotationAs<IndirectCallSiteProfile>( in buildCallGraph() local
181 for (const IndirectCallProfile &CSI : ICSP) in buildCallGraph()
H A DIndirectCallPromotion.cpp312 const auto ICSP = BC.MIB->tryGetAnnotationAs<IndirectCallSiteProfile>( in getCallTargets() local
314 if (ICSP) { in getCallTargets()
315 for (const IndirectCallProfile &CSP : ICSP.get()) { in getCallTargets()
/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinaryFunction.h92 const bolt::IndirectCallSiteProfile &ICSP) {
99 for (const IndirectCallProfile &CSP : ICSP) {