HomeSort by relevance Sort by last modified time
    Searched full:livevalues (Results 1 - 22 of 22) sorted by null

  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
deadcode.go 10 live = liveValues(f, reachable)
39 // liveValues returns the live values in f.
41 func liveValues(f *Func, reachable []bool) []bool {
143 live := liveValues(f, reachable)
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
deadcode.go 10 live = liveValues(f, reachable)
39 // liveValues returns the live values in f.
41 func liveValues(f *Func, reachable []bool) []bool {
143 live := liveValues(f, reachable)
  /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/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/darwin-x86/clang-4393122/include/llvm/Transforms/IPO/
DeadArgumentElimination.h 100 LiveSet LiveValues;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Transforms/IPO/
DeadArgumentElimination.h 100 LiveSet LiveValues;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Transforms/IPO/
DeadArgumentElimination.h 114 LiveSet LiveValues;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Transforms/IPO/
DeadArgumentElimination.h 114 LiveSet LiveValues;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Transforms/IPO/
DeadArgumentElimination.h 114 LiveSet LiveValues;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Transforms/IPO/
DeadArgumentElimination.h 114 LiveSet LiveValues;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/IPO/
DeadArgumentElimination.h 100 LiveSet LiveValues;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Transforms/IPO/
DeadArgumentElimination.h 100 LiveSet LiveValues;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Transforms/IPO/
DeadArgumentElimination.h 100 LiveSet LiveValues;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Transforms/IPO/
DeadArgumentElimination.h 114 LiveSet LiveValues;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Transforms/IPO/
DeadArgumentElimination.h 114 LiveSet LiveValues;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Transforms/IPO/
DeadArgumentElimination.h 114 LiveSet LiveValues;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Transforms/IPO/
DeadArgumentElimination.h 114 LiveSet LiveValues;
  /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...]
  /prebuilts/go/darwin-x86/pkg/darwin_amd64/cmd/compile/internal/
ssa.a     [all...]
  /prebuilts/go/linux-x86/pkg/linux_amd64/cmd/compile/internal/
ssa.a     [all...]

Completed in 1733 milliseconds