Searched refs:InlinerThreshold (Results 1 – 3 of 3) sorted by relevance
144 unwrap(Options)->PTO.InlinerThreshold = Threshold; in LLVMPassBuilderOptionsSetInlinerThreshold()
299 InlinerThreshold = -1; in PipelineTuningOptions()851 if (PTO.InlinerThreshold == -1) in buildInlinerPipeline()854 IP = getInlineParams(PTO.InlinerThreshold); in buildInlinerPipeline()
86 int InlinerThreshold; variable