Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DFunctionAttrs.cpp1459 struct PostOrderFunctionAttrsLegacyPass : public CallGraphSCCPass { struct
1461 static char ID;
1463 PostOrderFunctionAttrsLegacyPass() : CallGraphSCCPass(ID) { in PostOrderFunctionAttrsLegacyPass() argument
1470 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()