Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp385 FunctionSummary::FFlags InferredFlags; in thinLTOPropagateFunctionAttrs() local
387 InferredFlags.NoUnwind = true; in thinLTOPropagateFunctionAttrs()
398 InferredFlags.NoUnwind = false; in thinLTOPropagateFunctionAttrs()
408 InferredFlags.NoRecurse = false; in thinLTOPropagateFunctionAttrs()
411 InferredFlags.NoUnwind = false; in thinLTOPropagateFunctionAttrs()
413 if (!InferredFlags.NoUnwind && !InferredFlags.NoRecurse) in thinLTOPropagateFunctionAttrs()
418 if (InferredFlags.NoUnwind || InferredFlags.NoRecurse) { in thinLTOPropagateFunctionAttrs()
421 if (InferredFlags.NoRecurse) { in thinLTOPropagateFunctionAttrs()
427 if (InferredFlags.NoUnwind) { in thinLTOPropagateFunctionAttrs()
435 if (InferredFlags.NoRecurse) in thinLTOPropagateFunctionAttrs()
[all …]