Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
H A DDeadArgumentElimination.h77 : ShouldHackArguments(ShouldHackArguments_) {} in ShouldHackArguments() function
122 bool ShouldHackArguments = false; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp86 virtual bool ShouldHackArguments() const { return false; } in ShouldHackArguments() function in __anon22be61fa0111::DAE
105 bool ShouldHackArguments() const override { return true; } in ShouldHackArguments() function