HomeSort by relevance Sort by last modified time
    Searched full:liveness (Results 26 - 50 of 176) sorted by null

12 3 4 5 6 7 8

  /external/dexmaker/src/dx/java/com/android/dx/ssa/back/
InterferenceGraph.java 58 * Adds a register pair to the interference/liveness graph. Parameter
  /external/llvm/include/llvm/CodeGen/
LiveStackAnalysis.h 11 // live interval analysis except it's analyzing liveness of stack slots rather
RegisterPressure.h 40 /// to account for live through (global liveness).
160 /// independently adjust for global liveness.
193 /// Register pressure corresponds to liveness before this instruction
223 /// Force liveness of virtual registers or physical register
RegisterScavenging.h 39 /// Tracking - True if RegScavenger is currently tracking the liveness of
78 /// enterBasicBlock - Start tracking liveness from the begin of the specific
MachineRegisterInfo.h 36 /// TracksLiveness - True while register liveness is being tracked accurately.
135 /// tracksLiveness - Returns true when tracking register liveness accurately.
137 /// While this flag is true, register liveness information in basic block
142 /// When this flag is false, liveness is no longer reliable.
145 /// invalidateLiveness - Indicates that register liveness is no longer being
148 /// This should be called by late passes that invalidate the liveness
474 /// register, so a register allocator needs to track its liveness and
LiveIntervalAnalysis.h 160 /// removing any liveness reachable from Kill. Add live range end points to
279 /// existing liveness is accurate. BundleStart should be the first
350 // track liveness per register unit to handle aliasing registers more
  /external/llvm/lib/CodeGen/
AntiDepBreaker.h 51 /// Observe - Update liveness information to account for the current
CriticalAntiDepBreaker.h 87 /// Observe - Update liveness information to account for the current
LiveStackAnalysis.cpp 11 // live interval analysis except it's analyzing liveness of stack slots rather
StackColoring.cpp 91 /// A class representing liveness information for a single basic block.
92 /// Each bit in the BitVector represents the liveness property
114 /// Maps liveness intervals for each slot.
242 // later for solving the liveness dataflow problem.
283 // the liveness propagation.
299 // global liveness. The BEGIN set here is equivalent to KILL in the standard
713 // Calculate the liveness of each block.
716 // Propagate the liveness information.
RegAllocBase.h 15 // - If virtual and physical register liveness is modeled using intervals, then
  /external/llvm/lib/Transforms/Scalar/
ADCE.cpp 66 // Propagate liveness backwards to operands.
  /external/llvm/test/CodeGen/X86/
2012-05-19-CoalescerCrash.ll 6 ; interfering with the liveness computations.
  /dalvik/vm/analysis/
CodeVerify.h 133 * track the liveness of the method result register (which is not visible
207 * for liveness analysis.
  /dalvik/vm/compiler/codegen/
CodegenFactory.cpp 51 * register liveness. That is the responsibility of the caller.
84 * register liveness. That is the responsibility of the caller.
Ralloc.h 195 * not affect the "liveness" of a temp register, which will stay
  /external/clang/test/Analysis/
idempotent-operations.c 81 // Relaxed liveness - check that we don't kill liveness at assignments
  /external/chromium_org/v8/src/
lithium-allocator.h 482 // Liveness analysis support.
603 // During liveness analysis keep a mapping from block id to live_in sets
607 // Liveness analysis results.
hydrogen-dce.cc 103 // Clear the liveness flag to leave the graph clean for the next DCE.
  /external/v8/src/
lithium-allocator.h 495 // Liveness analysis support.
602 // During liveness analysis keep a mapping from block id to live_in sets
606 // Liveness analysis results.
  /art/compiler/dex/quick/
gen_loadstore.cc 90 * register liveness. That is the responsibility of the caller.
119 * register liveness. That is the responsibility of the caller.
  /dalvik/vm/compiler/codegen/mips/
CodegenFactory.cpp 45 * register liveness. That is the responsibility of the caller.
78 * register liveness. That is the responsibility of the caller.
Ralloc.h 199 * not affect the "liveness" of a temp register, which will stay
  /external/clang/docs/analyzer/
RegionStore.txt 97 refers to the same concept: during invalidation and liveness analysis, all
147 store". This has important implications for any sort of liveness or
  /external/llvm/include/llvm/Target/
TargetOpcodes.h 33 /// liveness of registers. This can be useful when dealing with

Completed in 1099 milliseconds

12 3 4 5 6 7 8