Home
last modified time | relevance | path

Searched refs:getFunctionColdEndLabel (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryBasicBlock.cpp105 Sym == Function->getFunctionColdEndLabel()); in validateSuccessorInvariants()
H A DExceptions.cpp474 IsStartInCold ? getFunctionColdEndLabel() : getFunctionEndLabel(); in updateEHRanges()
H A DBinaryEmitter.cpp371 MCSymbol *EndSymbol = EmitColdPart ? Function.getFunctionColdEndLabel() in emitFunction()
H A DBinaryFunction.cpp4063 const MCSymbol *ColdEndSymbol = getFunctionColdEndLabel(); in updateOutputValues()
/llvm-project-15.0.7/bolt/lib/Passes/
H A DIndirectCallPromotion.cpp260 Entry == BF.getFunctionColdEndLabel()); in getCallTargets()
262 Entry == BF.getFunctionColdEndLabel()) in getCallTargets()
/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinaryFunction.h1159 MCSymbol *getFunctionColdEndLabel() const { in getFunctionColdEndLabel() function