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.cpp145 unwrap(Options)->PTO.InlinerThreshold = Threshold; in LLVMPassBuilderOptionsSetInlinerThreshold()
H A DPassBuilderPipelines.cpp323 InlinerThreshold = -1; in PipelineTuningOptions()
898 if (PTO.InlinerThreshold == -1) in buildInlinerPipeline()
901 IP = getInlineParams(PTO.InlinerThreshold); in buildInlinerPipeline()
/freebsd/contrib/llvm-project/llvm/include/llvm/Passes/
H A DPassBuilder.h88 int InlinerThreshold; variable