Searched refs:HintThreshold (Results 1 – 7 of 7) sorted by relevance
113 if (InlineHint && Params.HintThreshold && Params.HintThreshold > Thres in getInlineThreshold()115 Thres = Params.HintThreshold.getValue(); in getInlineThreshold()
44 HintThreshold("inlinehint-threshold", cl::Hidden, cl::init(325), variable209 if (HintThreshold > thres && Callee && !Callee->isDeclaration() && in getInlineThreshold()211 thres = HintThreshold; in getInlineThreshold()
135 Optional<int> HintThreshold; member
51 static cl::opt<int> HintThreshold( variable913 Threshold = MaxIfValid(Threshold, Params.HintThreshold); in updateThreshold()947 Threshold = MaxIfValid(Threshold, Params.HintThreshold); in updateThreshold()2092 Params.HintThreshold = HintThreshold; in getInlineParams()
58 static cl::opt<int> HintThreshold( variable648 if (InlineHint && HintThreshold > Threshold && !Caller->optForMinSize()) in updateThreshold()649 Threshold = HintThreshold; in updateThreshold()
282 IP.HintThreshold = 325; in addPGOInstrPasses()
510 IP.HintThreshold = 325; in addPGOInstrPasses()