Home
last modified time | relevance | path

Searched refs:InferredFlags (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp472 FunctionSummary::FFlags InferredFlags; in thinLTOPropagateFunctionAttrs() local
474 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 …]