Searched refs:ICSP (Results 1 – 4 of 4) sorted by relevance
62 const auto ICSP = BC.MIB->tryGetAnnotationAs<IndirectCallSiteProfile>( in convert() local64 if (!ICSP) in convert()66 for (const IndirectCallProfile &CSP : ICSP.get()) { in convert()
179 const auto &ICSP = BC.MIB->getAnnotationAs<IndirectCallSiteProfile>( in buildCallGraph() local181 for (const IndirectCallProfile &CSI : ICSP) in buildCallGraph()
312 const auto ICSP = BC.MIB->tryGetAnnotationAs<IndirectCallSiteProfile>( in getCallTargets() local314 if (ICSP) { in getCallTargets()315 for (const IndirectCallProfile &CSP : ICSP.get()) { in getCallTargets()
92 const bolt::IndirectCallSiteProfile &ICSP) {99 for (const IndirectCallProfile &CSP : ICSP) {