Home
last modified time | relevance | path

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

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