Home
last modified time | relevance | path

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

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