Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DInferFunctionAttrs.cpp32 Changed |= inferAttributesFromOthers(F); in inferAllPrototypeAttributes()
H A DFunctionAttrs.cpp1874 if (inferAttributesFromOthers(*F)) in deriveAttrsInPostOrder()
/src/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DLocal.h550 bool inferAttributesFromOthers(Function &F);
/src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp4226 bool llvm::inferAttributesFromOthers(Function &F) { in inferAttributesFromOthers() function in llvm