Searched refs:InlinerThreshold (Results 1 – 3 of 3) sorted by relevance
145 unwrap(Options)->PTO.InlinerThreshold = Threshold; in LLVMPassBuilderOptionsSetInlinerThreshold()
323 InlinerThreshold = -1; in PipelineTuningOptions()898 if (PTO.InlinerThreshold == -1) in buildInlinerPipeline()901 IP = getInlineParams(PTO.InlinerThreshold); in buildInlinerPipeline()
88 int InlinerThreshold; variable