Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Transforms/IPO/
H A DFunctionAttrs.h37 bool thinLTOPropagateFunctionAttrs(
/llvm-project-15.0.7/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp1102 thinLTOPropagateFunctionAttrs(*Index, IsPrevailing(PrevailingCopy)); in run()
H A DLTO.cpp1558 thinLTOPropagateFunctionAttrs(ThinLTO.CombinedIndex, isPrevailing); in runThinLTO()
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp458 bool llvm::thinLTOPropagateFunctionAttrs( in thinLTOPropagateFunctionAttrs() function in llvm