Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DPassBuilderBindings.cpp186 unwrap(Options)->PTO.InlinerThreshold = Threshold; in LLVMPassBuilderOptionsSetInlinerThreshold()
H A DPassBuilderPipelines.cpp322 InlinerThreshold = -1; in PipelineTuningOptions()
920 if (PTO.InlinerThreshold == -1) in buildInlinerPipeline()
923 IP = getInlineParams(PTO.InlinerThreshold); in buildInlinerPipeline()
/freebsd/contrib/llvm-project/llvm/include/llvm/Passes/
H A DPassBuilder.h92 int InlinerThreshold; variable