Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryEmitter.cpp863 EmitColdPart ? &BF.getColdCallSites() : &BF.getCallSites(); in emitLSDA()
/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinaryFunction.h1428 const CallSitesType &getColdCallSites() const { return ColdCallSites; } in getColdCallSites() function