Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/IPO/
DDeadArgumentElimination.cpp58 struct RetOrArg { struct in __anon1518eb950111::DAE
59 RetOrArg(const Function *F, unsigned Idx, bool IsArg) : F(F), Idx(Idx), in RetOrArg() function
61 const Function *F;
62 unsigned Idx;
63 bool IsArg;
66 bool operator<(const RetOrArg &O) const { in operator <()
71 bool operator==(const RetOrArg &O) const { in operator ==()
75 std::string getDescription() const { in getDescription()