Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DInferFunctionAttrs.cpp36 Changed |= inferAttributesFromOthers(F); in inferAllPrototypeAttributes()
H A DFunctionAttrs.cpp1618 Changed |= inferAttributesFromOthers(*F); in deriveAttrsInPostOrder()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DLocal.h483 bool inferAttributesFromOthers(Function &F);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLocal.cpp3339 bool llvm::inferAttributesFromOthers(Function &F) { in inferAttributesFromOthers() function in llvm