Searched refs:ComputeFullInlineCost (Results 1 – 3 of 3) sorted by relevance
181 Optional<bool> ComputeFullInlineCost; member
132 bool ComputeFullInlineCost; member in __anon45440fe00111::CallAnalyzer283 Cost(0), ComputeFullInlineCost(OptComputeFullInlineCost || in CallAnalyzer()284 Params.ComputeFullInlineCost || ORE), in CallAnalyzer()1440 if (CostLowerBound > Threshold && !ComputeFullInlineCost) { in visitSwitchInst()1624 if (Cost >= Threshold && !ComputeFullInlineCost) in analyzeBlock()1756 if (Cost >= Threshold && !ComputeFullInlineCost) in analyzeCall()1822 if (Cost >= Threshold && !ComputeFullInlineCost) in analyzeCall()
741 Params.ComputeFullInlineCost = true; in inlineCallInstruction()