Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/IPO/
H A DInferFunctionAttrs.cpp22 static bool inferAllPrototypeAttributes(Module &M, in inferAllPrototypeAttributes() function
39 if (!inferAllPrototypeAttributes(M, TLI)) in run()
65 return inferAllPrototypeAttributes(M, TLI); in runOnModule()