HomeSort by relevance Sort by last modified time
    Searched full:live (Results 101 - 125 of 2890) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/dexmaker/src/dx/java/com/android/dx/ssa/back/
LivenessAnalyzer.java 31 * Calculate the live ranges for register {@code reg}.<p>
46 * {@code non-null;} set of blocks remaing to visit as "live out as block"
81 * live in/out information in {@code SsaBasicBlock} instances and
194 * "v is live-out at n."
206 // Live out at last statement in blockN
213 * "v is live-in at s."
218 // v is live-in at n
232 * "v is live-out at s."
253 * generate moves that over-write the live result.
  /external/llvm/lib/CodeGen/
MachineVerifier.cpp 17 // Register live intervals: Registers must be defined only once, and must be
103 // Vregs that must be live in because they are used without being
111 // Regs defined in MBB and live out. Note that vregs passing through may
112 // be live out without being mentioned here.
175 // Live-out registers are either in regsLiveOut or vregsPassed.
506 // If this block has allocatable physical registers live-in, check that
514 report("MBB has allocable live-in, but isn't entry or landing-pad.", MBB);
680 report("MBB live-in list contains non-physical register", MBB);
    [all...]
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...]
LiveDebugVariables.h 13 // live user variables in a data structure that can be updated during register
50 /// splitRegister - Move any user variables in OldReg to the live ranges in
51 /// NewRegs where they are live. Mark the values as unavailable where no new
52 /// register is live.
  /external/chromium_org/chrome/browser/resources/net_internals/
sockets_view.html 10 <li><a href='#events&q=type:SOCKET%20is:active'>View live sockets</a>
  /external/chromium_org/chrome/browser/sync/glue/
DEPS 12 # Should these live in their own "includes" (e.g) directory(ies)?
  /external/chromium_org/chrome/browser/ui/cocoa/wrench_menu/
recent_tabs_menu_model_delegate.h 20 // |model| must live longer than this object.
  /external/chromium_org/chrome/common/extensions/docs/examples/apps/background-simple/
README 9 index.html and background.html live.
  /external/chromium_org/third_party/WebKit/Source/platform/
TraceLocation.h 17 // These char*s are not copied and must live for the duration of the program.
  /external/chromium_org/ui/shell_dialogs/
select_file_dialog_factory.h 16 // live in chrome/ due to the extension dependency.)
  /external/clang/test/Preprocessor/
macro_paste_msextensions.c 12 #define comment /##/ dead tokens live here
  /external/iptables/extensions/
libipt_TTL.man 2 how many hops (routers) a packet can traverse until it's time to live is
  /external/llvm/include/llvm/CodeGen/
LiveStackAnalysis.h 1 //===-- LiveStackAnalysis.h - Live Stack Slot Analysis ----------*- C++ -*-===//
10 // This file implements the live stack slot analysis pass. It is analogous to
11 // live interval analysis except it's analyzing liveness of stack slots rather
34 /// S2IMap - Stack slot indices to live interval mapping.
  /external/llvm/test/CodeGen/AArch64/
arm64-coalesce-ext.ll 14 ; Reuse low bits of extended register, don't extend live range of SUM.
  /external/llvm/test/CodeGen/PowerPC/
2010-10-11-Fast-Varargs.ll 7 ; lowering code needs to use virtual registers when storing live-in registers on
  /external/llvm/test/CodeGen/X86/
2003-08-03-CallArgLiveRanges.ll 4 ; it makes a ton of annoying overlapping live ranges. This code should not
overlap-shift.ll 1 ;; X's live range extends beyond the shift, so the register allocator
  /external/llvm/test/Transforms/LoopStrengthReduce/
exit_compare_live_range.ll 2 ; having overlapping live ranges that result in copies. We want the setcc
  /external/qemu/audio/
noaudio.c 41 static int no_run_out (HWVoiceOut *hw, int live)
56 decr = audio_MIN (live, samples);
100 int live = audio_pcm_hw_get_live_in (hw); local
101 int dead = hw->samples - live;
  /external/qemu/
migration-dummy-android.c 2 * QEMU live migration
  /external/valgrind/main/docs/internals/
m_syswrap.txt 12 and a great deal of commentary. The wrappers themselves live in
  /hardware/libhardware/modules/
README.android 22 live under hardware/modules/.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt.overlay/
README.txt 13 out to a separate plugin, but the formatter itself continues to live
  /external/chromium_org/ash/shelf/
shelf_item_types.h 47 // A closed shelf item, i.e. has no live instance.
49 // A shelf item that has live instance.
  /external/chromium_org/chrome/browser/resources/chromeos/login/
oobe_screen_user_image.css 64 * .camera: camera (live or photo) is selected;
65 * .live: camera is in live mode (no photo taken yet/last photo removed).
113 .camera.live #user-image-preview-img {
134 .camera.live .user-image-stream-area {
213 .camera:not(.live) #discard-photo {
219 .camera.live.online #take-photo {
254 .camera.live:not(.online) .user-image-stream-area .spinner {

Completed in 2928 milliseconds

1 2 3 45 6 7 8 91011>>