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 readnone or readonly ===//
43 struct FunctionAttrs : public CallGraphSCCPass { struct in namespace:__anon9860
45 FunctionAttrs() : CallGraphSCCPass(ID), AA(0) { function in struct:__anon9860::FunctionAttrs
76 char FunctionAttrs::ID = 0;
77 INITIALIZE_PASS_BEGIN(FunctionAttrs, "functionattrs",
80 INITIALIZE_PASS_END(FunctionAttrs, "functionattrs",
83 Pass *llvm::createFunctionAttrsPass() { return new FunctionAttrs(); }
87 bool FunctionAttrs::AddReadAttrs(const CallGraphSCC &SCC) {
344 bool FunctionAttrs::AddNoCaptureAttrs(const CallGraphSCC &SCC) {
488 bool FunctionAttrs
[all...]

Completed in 1218 milliseconds