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

  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_variable.h 51 struct live_intervals Live[4];
radeon_variable.c 144 * Compute the live intervals for var and its friends.
159 /* Extend the live interval of T0 to the start of the
173 /* Extend the live interval of T0 to the start of the
186 * Extend the live interval of T0 to the end of the
214 if (!var->Live[chan].Used
215 || chan_start < var->Live[chan].Start) {
216 var->Live[chan].Start =
219 if (!var->Live[chan].Used
220 || chan_end > var->Live[chan].End) {
221 var->Live[chan].End = chan_end
    [all...]
radeon_pair_regalloc.c 51 struct live_intervals Live[4];
178 reg->Live[i].Used = 1;
179 reg->Live[i].Start = 0;
180 reg->Live[i].End =
563 /* Compute the live intervals */
598 /* Calculate live intervals for input registers */
617 if (s->Input[i].Live[chan].Used) {
650 if (overlap_live_intervals_array(var_a->Live, var_b->Live)) {
671 if (overlap_live_intervals_array(s->Input[i].Live,
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
DeadStoresChecker.cpp 11 // stores to variables that are no longer live.
147 bool isLive(const LiveVariables::LivenessValues &Live, const VarDecl *D) {
148 if (Live.isLive(D))
157 // Treat all VarDecls that occur in EH code as being "always live"
210 const LiveVariables::LivenessValues &Live) {
219 if (!isLive(Live, VD) &&
230 const LiveVariables::LivenessValues& Live) {
232 CheckVarDecl(VD, DR, Val, dsk, Live);
259 const LiveVariables::LivenessValues &Live) override {
297 CheckVarDecl(VD, DR, B->getRHS(), dsk, Live);
    [all...]
  /external/llvm/lib/Transforms/IPO/
DeadArgumentElimination.cpp 87 enum Liveness { Live, MaybeLive };
100 /// arguments it uses. This allows the MaybeLive values to be marked live
101 /// when any of its users is marked live.
118 /// This set contains all values that have been determined to be live.
410 /// live, it adds Use to the MaybeLiveUses argument. Returns the determined
413 // We're live if our use or its Function is already marked as live.
415 return Live;
417 // We're maybe live otherwise, but remember that we must become live i
    [all...]
  /external/llvm/lib/Target/WebAssembly/
Relooper.cpp 211 BlockSet Live;
219 if (contains(Live, Curr))
221 Live.insert(Curr);
234 for (const auto &Curr : Live) {
239 for (const auto &Original : Live) {
276 Live.insert(iter);
278 Live.remove(iter);
284 // Add incoming branches from live blocks, ignoring dead code
287 if (!contains(Pre.Live, Curr))
722 for (const auto &Curr : Pre.Live) {
    [all...]
  /device/htc/flounder/
aosp_flounder.mk 24 # Live Wallpapers
aosp_flounder_64_only.mk 24 # Live Wallpapers
  /external/llvm/lib/CodeGen/
LiveVariables.cpp 1 //===-- LiveVariables.cpp - Live Variable Analysis for Machine Code -------===//
17 // This class computes live variables using a sparse implementation based on
18 // the machine code SSA form. This class computes live variable information for
20 // uses the dominance properties of SSA form to efficiently compute live
22 // live within a single basic block (allowing it to do a single local analysis
47 "Live Variable Analysis", false, false)
50 "Live Variable Analysis", false, false)
109 return; // We already know the block is live
142 // live range by updating the kill instruction.
176 // Update all dominating blocks to mark them as "known live"
    [all...]
  /external/llvm/lib/Transforms/Scalar/
RewriteStatepointsForGC.cpp 71 static cl::opt<bool, true> ClobberNonLiveOverride("rs4gc-clobber-non-live",
144 /// Values used in this block (and thus live); does not included values
148 /// Values live into this basic block (i.e. used by any
152 /// Values live out of this basic block (i.e. live into
173 /// The set of values known to be live across this safepoint
176 /// Mapping from live pointers to a base-defining-value
187 /// Record live values we are rematerialized instead of relocating.
208 /// Compute the live-in set for every basic block in the function
212 /// Given results from the dataflow liveness computation, find the set of live
    [all...]
  /device/google/marlin/common/
base.mk 753 # Live Wallpapers
834 #Enabling video for live effects
  /external/bison/build-aux/
texinfo.tex     [all...]
  /external/libmicrohttpd/doc/
texinfo.tex     [all...]
  /toolchain/binutils/binutils-2.25/texinfo/
texinfo.tex     [all...]

Completed in 342 milliseconds