Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinaryFunction.h507 CallSitesType ColdCallSites; variable
733 clearList(ColdCallSites); in releaseCFG()
1428 const CallSitesType &getColdCallSites() const { return ColdCallSites; } in getColdCallSites()
1871 if (ColdCallSites.empty()) in getColdLSDASymbol()
/llvm-project-15.0.7/bolt/lib/Core/
H A DExceptions.cpp394 Sites = &ColdCallSites; in updateEHRanges()
472 assert((!isSplit() || Sites == &ColdCallSites) && "sites mismatch"); in updateEHRanges()