HomeSort by relevance Sort by last modified time
    Searched defs:RetOrArg (Results 1 - 10 of 10) sorted by null

  /external/llvm/include/llvm/Transforms/IPO/
DeadArgumentElimination.h 39 struct RetOrArg {
40 RetOrArg(const Function *F, unsigned Idx, bool IsArg)
46 /// Make RetOrArg comparable, so we can put it into a map.
47 bool operator<(const RetOrArg &O) const {
51 /// Make RetOrArg comparable, so we can easily iterate the multimap.
52 bool operator==(const RetOrArg &O) const {
71 RetOrArg CreateRet(const Function *F, unsigned Idx) {
72 return RetOrArg(F, Idx, false);
75 RetOrArg CreateArg(const Function *F, unsigned Idx) {
76 return RetOrArg(F, Idx, true)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Transforms/IPO/
DeadArgumentElimination.h 39 struct RetOrArg {
40 RetOrArg(const Function *F, unsigned Idx, bool IsArg)
46 /// Make RetOrArg comparable, so we can put it into a map.
47 bool operator<(const RetOrArg &O) const {
51 /// Make RetOrArg comparable, so we can easily iterate the multimap.
52 bool operator==(const RetOrArg &O) const {
71 RetOrArg CreateRet(const Function *F, unsigned Idx) {
72 return RetOrArg(F, Idx, false);
75 RetOrArg CreateArg(const Function *F, unsigned Idx) {
76 return RetOrArg(F, Idx, true)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Transforms/IPO/
DeadArgumentElimination.h 39 struct RetOrArg {
40 RetOrArg(const Function *F, unsigned Idx, bool IsArg)
46 /// Make RetOrArg comparable, so we can put it into a map.
47 bool operator<(const RetOrArg &O) const {
51 /// Make RetOrArg comparable, so we can easily iterate the multimap.
52 bool operator==(const RetOrArg &O) const {
71 RetOrArg CreateRet(const Function *F, unsigned Idx) {
72 return RetOrArg(F, Idx, false);
75 RetOrArg CreateArg(const Function *F, unsigned Idx) {
76 return RetOrArg(F, Idx, true)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Transforms/IPO/
DeadArgumentElimination.h 39 struct RetOrArg {
40 RetOrArg(const Function *F, unsigned Idx, bool IsArg)
46 /// Make RetOrArg comparable, so we can put it into a map.
47 bool operator<(const RetOrArg &O) const {
51 /// Make RetOrArg comparable, so we can easily iterate the multimap.
52 bool operator==(const RetOrArg &O) const {
71 RetOrArg CreateRet(const Function *F, unsigned Idx) {
72 return RetOrArg(F, Idx, false);
75 RetOrArg CreateArg(const Function *F, unsigned Idx) {
76 return RetOrArg(F, Idx, true)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/IPO/
DeadArgumentElimination.h 39 struct RetOrArg {
40 RetOrArg(const Function *F, unsigned Idx, bool IsArg)
46 /// Make RetOrArg comparable, so we can put it into a map.
47 bool operator<(const RetOrArg &O) const {
51 /// Make RetOrArg comparable, so we can easily iterate the multimap.
52 bool operator==(const RetOrArg &O) const {
71 RetOrArg CreateRet(const Function *F, unsigned Idx) {
72 return RetOrArg(F, Idx, false);
75 RetOrArg CreateArg(const Function *F, unsigned Idx) {
76 return RetOrArg(F, Idx, true)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Transforms/IPO/
DeadArgumentElimination.h 39 struct RetOrArg {
40 RetOrArg(const Function *F, unsigned Idx, bool IsArg)
46 /// Make RetOrArg comparable, so we can put it into a map.
47 bool operator<(const RetOrArg &O) const {
51 /// Make RetOrArg comparable, so we can easily iterate the multimap.
52 bool operator==(const RetOrArg &O) const {
71 RetOrArg CreateRet(const Function *F, unsigned Idx) {
72 return RetOrArg(F, Idx, false);
75 RetOrArg CreateArg(const Function *F, unsigned Idx) {
76 return RetOrArg(F, Idx, true)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Transforms/IPO/
DeadArgumentElimination.h 39 struct RetOrArg {
40 RetOrArg(const Function *F, unsigned Idx, bool IsArg)
46 /// Make RetOrArg comparable, so we can put it into a map.
47 bool operator<(const RetOrArg &O) const {
51 /// Make RetOrArg comparable, so we can easily iterate the multimap.
52 bool operator==(const RetOrArg &O) const {
71 RetOrArg CreateRet(const Function *F, unsigned Idx) {
72 return RetOrArg(F, Idx, false);
75 RetOrArg CreateArg(const Function *F, unsigned Idx) {
76 return RetOrArg(F, Idx, true)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Transforms/IPO/
DeadArgumentElimination.h 39 struct RetOrArg {
40 RetOrArg(const Function *F, unsigned Idx, bool IsArg)
46 /// Make RetOrArg comparable, so we can put it into a map.
47 bool operator<(const RetOrArg &O) const {
51 /// Make RetOrArg comparable, so we can easily iterate the multimap.
52 bool operator==(const RetOrArg &O) const {
71 RetOrArg CreateRet(const Function *F, unsigned Idx) {
72 return RetOrArg(F, Idx, false);
75 RetOrArg CreateArg(const Function *F, unsigned Idx) {
76 return RetOrArg(F, Idx, true)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/IPO/
DeadArgumentElimination.h 39 struct RetOrArg {
40 RetOrArg(const Function *F, unsigned Idx, bool IsArg)
46 /// Make RetOrArg comparable, so we can put it into a map.
47 bool operator<(const RetOrArg &O) const {
51 /// Make RetOrArg comparable, so we can easily iterate the multimap.
52 bool operator==(const RetOrArg &O) const {
71 RetOrArg CreateRet(const Function *F, unsigned Idx) {
72 return RetOrArg(F, Idx, false);
75 RetOrArg CreateArg(const Function *F, unsigned Idx) {
76 return RetOrArg(F, Idx, true)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
DeadArgumentElimination.cpp 53 struct RetOrArg {
54 RetOrArg(const Function *F, unsigned Idx, bool IsArg) : F(F), Idx(Idx),
60 /// Make RetOrArg comparable, so we can put it into a map.
61 bool operator<(const RetOrArg &O) const {
70 /// Make RetOrArg comparable, so we can easily iterate the multimap.
71 bool operator==(const RetOrArg &O) const {
89 RetOrArg CreateRet(const Function *F, unsigned Idx) {
90 return RetOrArg(F, Idx, false);
93 RetOrArg CreateArg(const Function *F, unsigned Idx) {
94 return RetOrArg(F, Idx, true)
    [all...]

Completed in 575 milliseconds