Home
last modified time | relevance | path

Searched refs:InlinerThreshold (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Passes/
H A DPassBuilderBindings.cpp144 unwrap(Options)->PTO.InlinerThreshold = Threshold; in LLVMPassBuilderOptionsSetInlinerThreshold()
H A DPassBuilderPipelines.cpp299 InlinerThreshold = -1; in PipelineTuningOptions()
851 if (PTO.InlinerThreshold == -1) in buildInlinerPipeline()
854 IP = getInlineParams(PTO.InlinerThreshold); in buildInlinerPipeline()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Passes/
H A DPassBuilder.h86 int InlinerThreshold; variable