Searched refs:InlinerThreshold (Results 1 – 3 of 3) sorted by relevance
186 unwrap(Options)->PTO.InlinerThreshold = Threshold; in LLVMPassBuilderOptionsSetInlinerThreshold()
322 InlinerThreshold = -1; in PipelineTuningOptions()920 if (PTO.InlinerThreshold == -1) in buildInlinerPipeline()923 IP = getInlineParams(PTO.InlinerThreshold); in buildInlinerPipeline()
92 int InlinerThreshold; variable