Searched refs:InferredFlags (Results 1 – 1 of 1) sorted by relevance
434 FunctionSummary::FFlags InferredFlags; in thinLTOPropagateFunctionAttrs() local435 InferredFlags.NoRecurse = (SCCNodes.size() == 1); in thinLTOPropagateFunctionAttrs()436 InferredFlags.NoUnwind = true; in thinLTOPropagateFunctionAttrs()447 InferredFlags.NoUnwind = false; in thinLTOPropagateFunctionAttrs()457 InferredFlags.NoRecurse = false; in thinLTOPropagateFunctionAttrs()460 InferredFlags.NoUnwind = false; in thinLTOPropagateFunctionAttrs()462 if (!InferredFlags.NoUnwind && !InferredFlags.NoRecurse) in thinLTOPropagateFunctionAttrs()467 if (InferredFlags.NoUnwind || InferredFlags.NoRecurse) { in thinLTOPropagateFunctionAttrs()470 if (InferredFlags.NoRecurse) { in thinLTOPropagateFunctionAttrs()476 if (InferredFlags.NoUnwind) { in thinLTOPropagateFunctionAttrs()[all …]