Lines Matching refs:InferredFlags
417 FunctionSummary::FFlags InferredFlags; in thinLTOPropagateFunctionAttrs() local
418 InferredFlags.NoRecurse = (SCCNodes.size() == 1); in thinLTOPropagateFunctionAttrs()
419 InferredFlags.NoUnwind = true; in thinLTOPropagateFunctionAttrs()
430 InferredFlags.NoUnwind = false; in thinLTOPropagateFunctionAttrs()
440 InferredFlags.NoRecurse = false; in thinLTOPropagateFunctionAttrs()
443 InferredFlags.NoUnwind = false; in thinLTOPropagateFunctionAttrs()
445 if (!InferredFlags.NoUnwind && !InferredFlags.NoRecurse) in thinLTOPropagateFunctionAttrs()
450 if (InferredFlags.NoUnwind || InferredFlags.NoRecurse) { in thinLTOPropagateFunctionAttrs()
453 if (InferredFlags.NoRecurse) { in thinLTOPropagateFunctionAttrs()
459 if (InferredFlags.NoUnwind) { in thinLTOPropagateFunctionAttrs()
467 if (InferredFlags.NoRecurse) in thinLTOPropagateFunctionAttrs()
470 if (InferredFlags.NoUnwind) in thinLTOPropagateFunctionAttrs()