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

  /external/v8/src/crankshaft/
hydrogen-dce.h 25 void MarkLive(HValue* instr, ZoneList<HValue*>* worklist);
hydrogen-dce.cc 11 void HDeadCodeEliminationPhase::MarkLive(
37 os << "[MarkLive ";
55 if (instr->CannotBeEliminated()) MarkLive(instr, &worklist);
59 if (phi->CannotBeEliminated()) MarkLive(phi, &worklist);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Transforms/IPO/
GlobalDCE.h 48 void MarkLive(GlobalValue &GV,
DeadArgumentElimination.h 124 void MarkLive(const RetOrArg &RA);
125 void MarkLive(const Function &F);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Transforms/IPO/
GlobalDCE.h 48 void MarkLive(GlobalValue &GV,
DeadArgumentElimination.h 124 void MarkLive(const RetOrArg &RA);
125 void MarkLive(const Function &F);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Transforms/IPO/
GlobalDCE.h 48 void MarkLive(GlobalValue &GV,
DeadArgumentElimination.h 124 void MarkLive(const RetOrArg &RA);
125 void MarkLive(const Function &F);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/IPO/
GlobalDCE.h 48 void MarkLive(GlobalValue &GV,
DeadArgumentElimination.h 124 void MarkLive(const RetOrArg &RA);
125 void MarkLive(const Function &F);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Transforms/IPO/
GlobalDCE.h 48 void MarkLive(GlobalValue &GV,
DeadArgumentElimination.h 124 void MarkLive(const RetOrArg &RA);
125 void MarkLive(const Function &F);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Transforms/IPO/
GlobalDCE.h 48 void MarkLive(GlobalValue &GV,
DeadArgumentElimination.h 124 void MarkLive(const RetOrArg &RA);
125 void MarkLive(const Function &F);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Transforms/IPO/
GlobalDCE.h 48 void MarkLive(GlobalValue &GV,
DeadArgumentElimination.h 124 void MarkLive(const RetOrArg &RA);
125 void MarkLive(const Function &F);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/IPO/
GlobalDCE.h 48 void MarkLive(GlobalValue &GV,
DeadArgumentElimination.h 124 void MarkLive(const RetOrArg &RA);
125 void MarkLive(const Function &F);
  /external/llvm/include/llvm/Transforms/IPO/
DeadArgumentElimination.h 124 void MarkLive(const RetOrArg &RA);
125 void MarkLive(const Function &F);
  /external/llvm/lib/Transforms/IPO/
DeadArgumentElimination.cpp 469 MarkLive(F);
477 MarkLive(F);
497 MarkLive(F);
502 MarkLive(F);
517 MarkLive(F);
524 MarkLive(F);
605 case Live: MarkLive(RA); break;
617 /// MarkLive - Mark the given Function as alive, meaning that it cannot be
621 void DeadArgumentEliminationPass::MarkLive(const Function &F) {
634 /// MarkLive - Mark the given return value or argument as live. Additionally
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
DeadArgumentElimination.cpp 147 void MarkLive(const RetOrArg &RA);
148 void MarkLive(const Function &F);
481 MarkLive(F);
486 MarkLive(F);
502 MarkLive(F);
509 MarkLive(F);
578 case Live: MarkLive(RA); break;
591 /// MarkLive - Mark the given Function as alive, meaning that it cannot be
595 void DAE::MarkLive(const Function &F) {
607 /// MarkLive - Mark the given return value or argument as live. Additionally
    [all...]

Completed in 1019 milliseconds