Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DDeadArgumentElimination.cpp99 struct DAH : public DAE { struct
100 static char ID;
102 DAH() : DAE(ID) {} in DAH() function
104 bool ShouldHackArguments() const override { return true; } in ShouldHackArguments()