Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/IPO/
DFunctionAttrs.cpp48 struct FunctionAttrs : public CallGraphSCCPass { struct
50 FunctionAttrs() : CallGraphSCCPass(ID), AA(nullptr) { in FunctionAttrs() argument
137 char FunctionAttrs::ID = 0;
138 INITIALIZE_PASS_BEGIN(FunctionAttrs, "functionattrs",
143 INITIALIZE_PASS_END(FunctionAttrs, "functionattrs", in INITIALIZE_AG_DEPENDENCY()
146 Pass *llvm::createFunctionAttrsPass() { return new FunctionAttrs(); } in INITIALIZE_AG_DEPENDENCY()
150 bool FunctionAttrs::AddReadAttrs(const CallGraphSCC &SCC) { in AddReadAttrs()
522 bool FunctionAttrs::AddArgumentAttrs(const CallGraphSCC &SCC) { in AddArgumentAttrs()
722 bool FunctionAttrs::IsFunctionMallocLike(Function *F, in IsFunctionMallocLike()
787 bool FunctionAttrs::AddNoAliasAttrs(const CallGraphSCC &SCC) { in AddNoAliasAttrs()
[all …]
DCMakeLists.txt7 FunctionAttrs.cpp
DAndroid.mk9 FunctionAttrs.cpp \
/external/llvm/test/Analysis/TypeBasedAliasAnalysis/
Dfunctionattrs.ll3 ; FunctionAttrs should make use of TBAA.
/external/llvm/patches/
D0004-Add-Android-makefiles-for-LLVM.patch3254 + FunctionAttrs.cpp \