HomeSort by relevance Sort by last modified time
    Searched refs:LiveValues (Results 1 - 12 of 12) sorted by null

  /external/llvm/include/llvm/Transforms/IPO/
DeadArgumentElimination.h 100 LiveSet LiveValues;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Transforms/IPO/
DeadArgumentElimination.h 100 LiveSet LiveValues;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Transforms/IPO/
DeadArgumentElimination.h 100 LiveSet LiveValues;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Transforms/IPO/
DeadArgumentElimination.h 100 LiveSet LiveValues;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/IPO/
DeadArgumentElimination.h 100 LiveSet LiveValues;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Transforms/IPO/
DeadArgumentElimination.h 100 LiveSet LiveValues;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Transforms/IPO/
DeadArgumentElimination.h 100 LiveSet LiveValues;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Transforms/IPO/
DeadArgumentElimination.h 100 LiveSet LiveValues;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/IPO/
DeadArgumentElimination.h 100 LiveSet LiveValues;
  /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
DeadArgumentElimination.cpp 118 LiveSet LiveValues;
353 /// MarkIfNotLive - This checks Use for liveness in LiveValues. If Use is not
358 if (LiveFunctions.count(Use.F) || LiveValues.count(Use))
458 // any callers use the return value. This fills in the LiveValues set and Uses
614 if (!LiveValues.insert(RA).second)
639 // that are not in LiveValues. Transform the function and all of the callees of
677 if (LiveValues.erase(Ret)) {
688 if (LiveValues.erase(CreateRet(F, 0))) {
737 if (LiveValues.erase(Arg)) {
    [all...]
  /external/llvm/lib/Transforms/IPO/
DeadArgumentElimination.cpp 331 /// MarkIfNotLive - This checks Use for liveness in LiveValues. If Use is not
338 if (LiveFunctions.count(Use.F) || LiveValues.count(Use))
459 // any callers use the return value. This fills in the LiveValues set and Uses
641 if (!LiveValues.insert(RA).second)
667 // that are not in LiveValues. Transform the function and all of the callees of
696 if (LiveValues.erase(Arg)) {
751 if (LiveValues.erase(Ret)) {
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp     [all...]

Completed in 311 milliseconds