Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/IPO/
DDeadArgumentElimination.cpp59 struct RetOrArg { struct in __anonf753ee9d0111::DAE
60 RetOrArg(const Function *F, unsigned Idx, bool IsArg) : F(F), Idx(Idx), in RetOrArg() function
62 const Function *F;
63 unsigned Idx;
64 bool IsArg;
67 bool operator<(const RetOrArg &O) const { in operator <()
72 bool operator==(const RetOrArg &O) const { in operator ==()
76 std::string getDescription() const { in getDescription()