Searched refs:InferredFlags (Results 1 – 1 of 1) sorted by relevance
417 FunctionSummary::FFlags InferredFlags; in thinLTOPropagateFunctionAttrs() local419 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()[all …]