Searched refs:InferredFlags (Results 1 – 1 of 1) sorted by relevance
472 FunctionSummary::FFlags InferredFlags; in thinLTOPropagateFunctionAttrs() local474 InferredFlags.NoUnwind = true; in thinLTOPropagateFunctionAttrs()485 InferredFlags.NoUnwind = false; in thinLTOPropagateFunctionAttrs()495 InferredFlags.NoRecurse = false; in thinLTOPropagateFunctionAttrs()498 InferredFlags.NoUnwind = false; in thinLTOPropagateFunctionAttrs()500 if (!InferredFlags.NoUnwind && !InferredFlags.NoRecurse) in thinLTOPropagateFunctionAttrs()505 if (InferredFlags.NoUnwind || InferredFlags.NoRecurse) { in thinLTOPropagateFunctionAttrs()508 if (InferredFlags.NoRecurse) { in thinLTOPropagateFunctionAttrs()514 if (InferredFlags.NoUnwind) { in thinLTOPropagateFunctionAttrs()522 if (InferredFlags.NoRecurse) in thinLTOPropagateFunctionAttrs()[all …]