HomeSort by relevance Sort by last modified time
    Searched refs:MaybeLive (Results 1 - 17 of 17) 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-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/darwin-x86/clang-4393122/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-4479392/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-4579689/include/llvm/Transforms/IPO/
DeadArgumentElimination.h 75 enum Liveness { Live, MaybeLive };
94 /// This maps a return value or argument to any MaybeLive return values or
95 /// arguments it uses. This allows the MaybeLive values to be marked live
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Transforms/IPO/
DeadArgumentElimination.h 75 enum Liveness { Live, MaybeLive };
94 /// This maps a return value or argument to any MaybeLive return values or
95 /// arguments it uses. This allows the MaybeLive values to be marked live
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Transforms/IPO/
DeadArgumentElimination.h 75 enum Liveness { Live, MaybeLive };
94 /// This maps a return value or argument to any MaybeLive return values or
95 /// arguments it uses. This allows the MaybeLive values to be marked live
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Transforms/IPO/
DeadArgumentElimination.h 75 enum Liveness { Live, MaybeLive };
94 /// This maps a return value or argument to any MaybeLive return values or
95 /// 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
  /prebuilts/clang/host/linux-x86/clang-4393122/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-4479392/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-4579689/include/llvm/Transforms/IPO/
DeadArgumentElimination.h 75 enum Liveness { Live, MaybeLive };
94 /// This maps a return value or argument to any MaybeLive return values or
95 /// arguments it uses. This allows the MaybeLive values to be marked live
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Transforms/IPO/
DeadArgumentElimination.h 75 enum Liveness { Live, MaybeLive };
94 /// This maps a return value or argument to any MaybeLive return values or
95 /// arguments it uses. This allows the MaybeLive values to be marked live
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Transforms/IPO/
DeadArgumentElimination.h 75 enum Liveness { Live, MaybeLive };
94 /// This maps a return value or argument to any MaybeLive return values or
95 /// arguments it uses. This allows the MaybeLive values to be marked live
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Transforms/IPO/
DeadArgumentElimination.h 75 enum Liveness { Live, MaybeLive };
94 /// This maps a return value or argument to any MaybeLive return values or
95 /// arguments it uses. This allows the MaybeLive values to be marked live
  /external/llvm/lib/Transforms/IPO/
DeadArgumentElimination.cpp 344 return MaybeLive;
350 /// if it causes the used value to become MaybeLive.
370 DeadArgumentEliminationPass::Liveness Result = MaybeLive;
395 Liveness Result = MaybeLive;
440 /// Adds all uses that cause the result to be MaybeLive to MaybeLiveRetUses. If
447 Liveness Result = MaybeLive;
484 RetVals RetValLiveness(RetCount, MaybeLive);
487 // These vectors map each return value to the uses that make it MaybeLive, so
489 // MaybeLive. Initialized to a list of RetCount empty lists.
587 // MaybeLive in MaybeLiveArgUses).
    [all...]
  /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 1169 milliseconds