Searched defs:RetOrArg (Results 1 – 3 of 3) sorted by relevance
/external/llvm/include/llvm/Transforms/IPO/ |
D | DeadArgumentElimination.h | 39 struct RetOrArg { struct 40 RetOrArg(const Function *F, unsigned Idx, bool IsArg) in RetOrArg() argument 46 /// Make RetOrArg comparable, so we can put it into a map. argument 71 RetOrArg CreateRet(const Function *F, unsigned Idx) { in CreateRet() argument
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/IPO/ |
D | DeadArgumentElimination.h | 45 struct RetOrArg { struct 50 RetOrArg(const Function *F, unsigned Idx, bool IsArg) in RetOrArg() argument 83 RetOrArg CreateRet(const Function *F, unsigned Idx) { in CreateRet() argument
|
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/ |
D | DeadArgumentElimination.cpp | 53 struct RetOrArg { struct in __anonb6162dc60111::DAE 54 RetOrArg(const Function *F, unsigned Idx, bool IsArg) : F(F), Idx(Idx), in RetOrArg() function 56 const Function *F; 57 unsigned Idx; 58 bool IsArg; 61 bool operator<(const RetOrArg &O) const { in operator <() 71 bool operator==(const RetOrArg &O) const { in operator ==() 75 std::string getDescription() const { in getDescription()
|