Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp477 FunctionSummary *CallerSummary = in thinLTOPropagateFunctionAttrs() local
481 if (!CallerSummary) in thinLTOPropagateFunctionAttrs()
484 if (CallerSummary->fflags().MayThrow) in thinLTOPropagateFunctionAttrs()
487 for (const auto &Callee : CallerSummary->calls()) { in thinLTOPropagateFunctionAttrs()