Home
last modified time | relevance | path

Searched refs:Live (Results 1 – 22 of 22) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
DDeadStoresChecker.cpp146 bool isLive(const LiveVariables::LivenessValues &Live, const VarDecl *D) { in isLive() argument
147 if (Live.isLive(D)) in isLive()
208 const LiveVariables::LivenessValues &Live) { in CheckVarDecl() argument
217 if (!isLive(Live, VD) && in CheckVarDecl()
227 const LiveVariables::LivenessValues& Live) { in CheckDeclRef() argument
229 CheckVarDecl(VD, DR, Val, dsk, Live); in CheckDeclRef()
256 const LiveVariables::LivenessValues &Live) { in observeStmt() argument
294 CheckVarDecl(VD, DR, B->getRHS(), dsk, Live); in observeStmt()
308 CheckDeclRef(DR, U, DeadIncrement, Live); in observeStmt()
344 if (!isLive(Live, V) && V->getAttr<UnusedAttr>() == 0) { in observeStmt()
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
Dradeon_variable.c214 if (!var->Live[chan].Used in rc_variable_compute_live_intervals()
215 || chan_start < var->Live[chan].Start) { in rc_variable_compute_live_intervals()
216 var->Live[chan].Start = in rc_variable_compute_live_intervals()
219 if (!var->Live[chan].Used in rc_variable_compute_live_intervals()
220 || chan_end > var->Live[chan].End) { in rc_variable_compute_live_intervals()
221 var->Live[chan].End = chan_end; in rc_variable_compute_live_intervals()
223 var->Live[chan].Used = 1; in rc_variable_compute_live_intervals()
528 var->Live[i].Start, var->Live[i].End); in rc_variable_print()
Dradeon_pair_regalloc.c51 struct live_intervals Live[4]; member
178 reg->Live[i].Used = 1; in scan_read_callback()
179 reg->Live[i].Start = 0; in scan_read_callback()
180 reg->Live[i].End = in scan_read_callback()
617 if (s->Input[i].Live[chan].Used) { in do_advanced_regalloc()
650 if (overlap_live_intervals_array(var_a->Live, var_b->Live)) { in do_advanced_regalloc()
671 if (overlap_live_intervals_array(s->Input[i].Live, in do_advanced_regalloc()
672 var->Live)) { in do_advanced_regalloc()
Dradeon_variable.h51 struct live_intervals Live[4]; member
/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_variable.c214 if (!var->Live[chan].Used in rc_variable_compute_live_intervals()
215 || chan_start < var->Live[chan].Start) { in rc_variable_compute_live_intervals()
216 var->Live[chan].Start = in rc_variable_compute_live_intervals()
219 if (!var->Live[chan].Used in rc_variable_compute_live_intervals()
220 || chan_end > var->Live[chan].End) { in rc_variable_compute_live_intervals()
221 var->Live[chan].End = chan_end; in rc_variable_compute_live_intervals()
223 var->Live[chan].Used = 1; in rc_variable_compute_live_intervals()
528 var->Live[i].Start, var->Live[i].End); in rc_variable_print()
Dradeon_pair_regalloc.c51 struct live_intervals Live[4]; member
178 reg->Live[i].Used = 1; in scan_read_callback()
179 reg->Live[i].Start = 0; in scan_read_callback()
180 reg->Live[i].End = in scan_read_callback()
617 if (s->Input[i].Live[chan].Used) { in do_advanced_regalloc()
650 if (overlap_live_intervals_array(var_a->Live, var_b->Live)) { in do_advanced_regalloc()
671 if (overlap_live_intervals_array(s->Input[i].Live, in do_advanced_regalloc()
672 var->Live)) { in do_advanced_regalloc()
Dradeon_variable.h51 struct live_intervals Live[4]; member
/external/llvm/lib/Transforms/IPO/
DDeadArgumentElimination.cpp89 enum Liveness { Live, MaybeLive }; enumerator
415 return Live; in MarkIfNotLive()
458 if (Result == Live) in SurveyUse()
477 return Live; in SurveyUse()
490 return Live; in SurveyUse()
506 if (Result == Live) in SurveyUses()
583 if (RetValLiveness[Idx] != Live) { in SurveyFunction()
585 if (RetValLiveness[Idx] == Live) in SurveyFunction()
592 RetValLiveness[i] = Live; in SurveyFunction()
600 if (RetValLiveness[0] == Live) in SurveyFunction()
[all …]
/external/llvm/lib/CodeGen/
DLiveVariables.cpp446 SmallSet<unsigned, 32> Live; in HandlePhysRegDef() local
450 Live.insert(*SubRegs); in HandlePhysRegDef()
460 if (Live.count(SubReg)) in HandlePhysRegDef()
465 Live.insert(*SS); in HandlePhysRegDef()
476 if (!Live.count(SubReg)) in HandlePhysRegDef()
/external/chromium_org/native_client_sdk/src/doc/
Dpublications-and-presentations.rst24 - `Google Developers Live <https://developers.google.com/live/>`_
39 - `Native Client Live
/external/llvm/test/CodeGen/X86/
D2012-01-10-UndefExceptionEdge.ll9 ; Live range splitting tries to isolate the block containing the first function
/external/oprofile/events/ia64/itanium2/
Devents226 event:0x9c counters:0,1,2,3 um:zero minimum:5000 name:BUS_BRQ_LIVE_REQ_HI : BRQ Live Requests (two …
227 event:0x9b counters:0,1,2,3 um:zero minimum:5000 name:BUS_BRQ_LIVE_REQ_LO : BRQ Live Requests (thre…
/external/chromium_org/third_party/usb_ids/
Dusb.ids1154 3040 SoundBlaster Live! 24-bit External SB0490
1190 4029 Webcam Live!
1194 4036 Webcam Live!/Live! Pro
1195 4037 Webcam Live!
1197 4039 Webcam Live! Effects
1200 403c Webcam Live! Ultra
1203 4041 Webcam Live! Motion
1205 4045 Live! Cam Voice
1206 4049 Live! Cam Voice
1207 4051 Live! Cam Notebook Pro [VF0250]
[all …]
/external/llvm/docs/
DCodeGenerator.rst1119 Live Intervals
1122 Live Intervals are the ranges (intervals) where a variable is *live*. They are
1128 Live Variable Analysis
1135 (i.e., they are killed). Live variable information is computed for
1146 Physical registers may be live in to or out of a function. Live in values are
1147 typically arguments in registers. Live out values are typically return values in
1148 registers. Live in values are marked as such, and are given a dummy "defining"
1166 Live Intervals Analysis
1173 of the basic block. Live intervals for virtual registers are computed for some
1411 * *Basic* --- This is an incremental approach to register allocation. Live
/external/qemu/
DChangelog122 - Live migration and new save/restore formats
/external/iputils/doc/
Dping.sgml371 Set the IP Time to Live.
/external/dnsmasq/
Ddnsmasq.conf.example443 # file have Time-To-Live set as zero, which conventionally means
/external/chromium_org/content/browser/accessibility/
Dbrowser_accessibility_cocoa.mm1318 // Live regions.
/external/chromium_org/third_party/libphonenumber/src/resources/geocoding/en/
D1.txt7672 1386330|Live Oak, FL
7673 1386362|Live Oak, FL
7674 1386364|Live Oak, FL
14338 1530695|Live Oak, CA
/external/e2fsprogs/po/
Dnl.po4023 msgstr "Live vergroten of verkleinen is niet mogelijk op een bestandssysteem van versie 0.\n"
/external/bison/build-aux/
Dtexinfo.tex8814 % With TeX Live 2008, etex now includes hyphenation patterns for all
/external/chromium_org/third_party/WebKit/PerformanceTests/Parser/resources/
Dfinal-url-en74240 http://www.theage.com.au/news/National/Live-WWII-bomb-found-in-shop/2005/04/29/1114635735210.html