Home
last modified time | relevance | path

Searched defs:CSP (Results 1 – 4 of 4) sorted by relevance

/llvm-project/bolt/lib/Profile/
H A DYAMLProfileWriter.cpp111 for (const IndirectCallProfile &CSP : ICSP.get()) { convert() local
H A DDataReader.cpp642 IndirectCallSiteProfile &CSP = in convertBranchData() local
/llvm-project/bolt/lib/Passes/
H A DIndirectCallPromotion.cpp320 for (const IndirectCallProfile &CSP : ICSP.get()) { in getCallTargets() local
/llvm-project/bolt/include/bolt/Core/
H A DBinaryFunction.h113 for (const IndirectCallProfile &CSP : ICSP) { variable