Searched refs:FunctionAttrs (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Transforms/IPO/
H A DAndroid.mk9 FunctionAttrs.cpp \
H A DFunctionAttrs.cpp1 //===- FunctionAttrs.cpp - Pass which marks functions attributes ----------===//
47 struct FunctionAttrs : public CallGraphSCCPass { struct in namespace:__anon22513
49 FunctionAttrs() : CallGraphSCCPass(ID), AA(0) { function in struct:__anon22513::FunctionAttrs
136 char FunctionAttrs::ID = 0;
137 INITIALIZE_PASS_BEGIN(FunctionAttrs, "functionattrs",
141 INITIALIZE_PASS_END(FunctionAttrs, "functionattrs",
144 Pass *llvm::createFunctionAttrsPass() { return new FunctionAttrs(); }
148 bool FunctionAttrs::AddReadAttrs(const CallGraphSCC &SCC) {
499 bool FunctionAttrs::AddArgumentAttrs(const CallGraphSCC &SCC) {
699 bool FunctionAttrs
[all...]

Completed in 167 milliseconds