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

  /external/llvm/include/llvm/Transforms/IPO/
DeadArgumentElimination.h 68 enum Liveness { Live, MaybeLive };
80 /// This maps a return value or argument to any MaybeLive return values or
81 /// arguments it uses. This allows the MaybeLive values to be marked live
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Transforms/IPO/
DeadArgumentElimination.h 68 enum Liveness { Live, MaybeLive };
80 /// This maps a return value or argument to any MaybeLive return values or
81 /// arguments it uses. This allows the MaybeLive values to be marked live
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Transforms/IPO/
DeadArgumentElimination.h 68 enum Liveness { Live, MaybeLive };
80 /// This maps a return value or argument to any MaybeLive return values or
81 /// arguments it uses. This allows the MaybeLive values to be marked live
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Transforms/IPO/
DeadArgumentElimination.h 68 enum Liveness { Live, MaybeLive };
80 /// This maps a return value or argument to any MaybeLive return values or
81 /// arguments it uses. This allows the MaybeLive values to be marked live
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/IPO/
DeadArgumentElimination.h 68 enum Liveness { Live, MaybeLive };
80 /// This maps a return value or argument to any MaybeLive return values or
81 /// arguments it uses. This allows the MaybeLive values to be marked live
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Transforms/IPO/
DeadArgumentElimination.h 68 enum Liveness { Live, MaybeLive };
80 /// This maps a return value or argument to any MaybeLive return values or
81 /// arguments it uses. This allows the MaybeLive values to be marked live
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Transforms/IPO/
DeadArgumentElimination.h 68 enum Liveness { Live, MaybeLive };
80 /// This maps a return value or argument to any MaybeLive return values or
81 /// arguments it uses. This allows the MaybeLive values to be marked live
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Transforms/IPO/
DeadArgumentElimination.h 68 enum Liveness { Live, MaybeLive };
80 /// This maps a return value or argument to any MaybeLive return values or
81 /// arguments it uses. This allows the MaybeLive values to be marked live
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/IPO/
DeadArgumentElimination.h 68 enum Liveness { Live, MaybeLive };
80 /// This maps a return value or argument to any MaybeLive return values or
81 /// arguments it uses. This allows the MaybeLive values to be marked live
  /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
DeadArgumentElimination.cpp 86 enum Liveness { Live, MaybeLive };
98 /// This maps a return value or argument to any MaybeLive return values or
99 /// arguments it uses. This allows the MaybeLive values to be marked live
364 return MaybeLive;
370 /// if it causes the used value to become MaybeLive.
398 Liveness Result = MaybeLive;
440 /// Adds all uses that cause the result to be MaybeLive to MaybeLiveRetUses. If
445 Liveness Result = MaybeLive;
468 RetVals RetValLiveness(RetCount, MaybeLive);
471 // These vectors map each return value to the uses that make it MaybeLive, s
    [all...]

Completed in 248 milliseconds