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

  /external/llvm/include/llvm/Transforms/IPO/
DeadArgumentElimination.h 126 void PropagateLiveness(const RetOrArg &RA);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Transforms/IPO/
DeadArgumentElimination.h 126 void PropagateLiveness(const RetOrArg &RA);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Transforms/IPO/
DeadArgumentElimination.h 126 void PropagateLiveness(const RetOrArg &RA);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Transforms/IPO/
DeadArgumentElimination.h 126 void PropagateLiveness(const RetOrArg &RA);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/IPO/
DeadArgumentElimination.h 126 void PropagateLiveness(const RetOrArg &RA);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Transforms/IPO/
DeadArgumentElimination.h 126 void PropagateLiveness(const RetOrArg &RA);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Transforms/IPO/
DeadArgumentElimination.h 126 void PropagateLiveness(const RetOrArg &RA);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Transforms/IPO/
DeadArgumentElimination.h 126 void PropagateLiveness(const RetOrArg &RA);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/IPO/
DeadArgumentElimination.h 126 void PropagateLiveness(const RetOrArg &RA);
  /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
DeadArgumentElimination.cpp 149 void PropagateLiveness(const RetOrArg &RA);
601 PropagateLiveness(CreateArg(&F, i));
604 PropagateLiveness(CreateRet(&F, i));
618 PropagateLiveness(RA);
621 /// PropagateLiveness - Given that RA is a live value, propagate it's liveness
623 void DAE::PropagateLiveness(const RetOrArg &RA) {
    [all...]
  /external/llvm/lib/Transforms/IPO/
DeadArgumentElimination.cpp 628 PropagateLiveness(CreateArg(&F, i));
631 PropagateLiveness(CreateRet(&F, i));
646 PropagateLiveness(RA);
649 /// PropagateLiveness - Given that RA is a live value, propagate it's liveness
651 void DeadArgumentEliminationPass::PropagateLiveness(const RetOrArg &RA) {
    [all...]

Completed in 104 milliseconds