Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
DFunctionAttrs.cpp42 struct FunctionAttrs : public CallGraphSCCPass { struct
43 static char ID; // Pass identification, replacement for typeid
44 FunctionAttrs() : CallGraphSCCPass(ID), AA(0) { in FunctionAttrs() function
64 virtual void getAnalysisUsage(AnalysisUsage &AU) const { in getAnalysisUsage()
71 AliasAnalysis *AA;