Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryEmitter.cpp139 bool emitFunction(BinaryFunction &BF, bool EmitColdPart);
156 void emitLSDA(BinaryFunction &BF, bool EmitColdPart);
307 if (!EmitColdPart) { in emitFunction()
386 emitLSDA(Function, EmitColdPart); in emitFunction()
388 if (!EmitColdPart && opts::JumpTables > JTS_NONE) in emitFunction()
402 if (EmitColdPart != BB->isCold()) in emitFunctionBody()
479 emitConstantIslands(BF, EmitColdPart); in emitFunctionBody()
499 if (!EmitColdPart) in emitConstantIslands()
587 if (!EmitColdPart) { in emitConstantIslands()
603 if (!EmitColdPart) { in emitConstantIslands()
[all …]
/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinaryEmitter.h37 bool EmitColdPart, bool EmitCodeOnly = false);