Home
last modified time | relevance | path

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

12

/external/clang/lib/StaticAnalyzer/Checkers/
DDeadStoresChecker.cpp147 bool isLive(const LiveVariables::LivenessValues &Live, const VarDecl *D) { in isLive() argument
148 if (Live.isLive(D)) in isLive()
210 const LiveVariables::LivenessValues &Live) { in CheckVarDecl() argument
219 if (!isLive(Live, VD) && in CheckVarDecl()
230 const LiveVariables::LivenessValues& Live) { in CheckDeclRef() argument
232 CheckVarDecl(VD, DR, Val, dsk, Live); in CheckDeclRef()
259 const LiveVariables::LivenessValues &Live) override { in observeStmt() argument
299 CheckVarDecl(VD, DR, B->getRHS(), dsk, Live); in observeStmt()
313 CheckDeclRef(DR, U, DeadIncrement, Live); in observeStmt()
347 if (!isLive(Live, V) && in observeStmt()
/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.cpp339 return Live; in MarkIfNotLive()
378 if (Result != Live) in SurveyUse()
398 if (Result == Live) in SurveyUse()
411 return Live; in SurveyUse()
421 return Live; in SurveyUse()
434 return Live; in SurveyUse()
451 if (Result == Live) in SurveyUses()
541 if (RetValLiveness[Idx] != Live) { in SurveyFunction()
543 if (RetValLiveness[Idx] == Live) in SurveyFunction()
550 if (SurveyUse(&U, MaybeLiveAggregateUses) == Live) { in SurveyFunction()
[all …]
/external/kmod/testsuite/rootfs-pristine/test-modprobe/show-depends/proc/
Dmodules1 btusb 11911 0 - Live 0xffffffffa00ec000
2 bluetooth 173424 1 btusb, Live 0xffffffffa0040000
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
DDeadArgumentElimination.cpp86 enum Liveness { Live, MaybeLive }; enumerator
359 return Live; in MarkIfNotLive()
402 if (Result == Live) in SurveyUse()
421 return Live; in SurveyUse()
434 return Live; in SurveyUse()
450 if (Result == Live) in SurveyUses()
527 if (RetValLiveness[Idx] != Live) { in SurveyFunction()
529 if (RetValLiveness[Idx] == Live) in SurveyFunction()
536 RetValLiveness[i] = Live; in SurveyFunction()
544 if (RetValLiveness[0] == Live) in SurveyFunction()
[all …]
/external/tcpdump/tests/
Ddcb_pfc.out20 Time to Live TLV (3), length 2: TTL 120s
54 Time to Live TLV (3), length 2: TTL 120s
88 Time to Live TLV (3), length 2: TTL 120s
122 Time to Live TLV (3), length 2: TTL 120s
Ddcb_ets.out21 Time to Live TLV (3), length 2: TTL 120s
118 Time to Live TLV (3), length 2: TTL 120s
202 Time to Live TLV (3), length 2: TTL 120s
300 Time to Live TLV (3), length 2: TTL 120s
355 Time to Live TLV (3), length 2: TTL 120s
422 Time to Live TLV (3), length 2: TTL 120s
477 Time to Live TLV (3), length 2: TTL 120s
556 Time to Live TLV (3), length 2: TTL 120s
611 Time to Live TLV (3), length 2: TTL 120s
666 Time to Live TLV (3), length 2: TTL 120s
[all …]
Ddcb_qcn.out32 Time to Live TLV (3), length 2: TTL 120s
63 Time to Live TLV (3), length 2: TTL 120s
106 Time to Live TLV (3), length 2: TTL 120s
146 Time to Live TLV (3), length 2: TTL 120s
216 Time to Live TLV (3), length 2: TTL 120s
247 Time to Live TLV (3), length 2: TTL 120s
291 Time to Live TLV (3), length 2: TTL 120s
331 Time to Live TLV (3), length 2: TTL 120s
Dlldp_cdp-ev.out44 Time to Live TLV (3), length 2: TTL 120s
66 Time to Live TLV (3), length 2: TTL 120s
88 Time to Live TLV (3), length 2: TTL 120s
110 Time to Live TLV (3), length 2: TTL 120s
170 Time to Live TLV (3), length 2: TTL 120s
192 Time to Live TLV (3), length 2: TTL 120s
214 Time to Live TLV (3), length 2: TTL 120s
236 Time to Live TLV (3), length 2: TTL 120s
Devb.out29 Time to Live TLV (3), length 2: TTL 120s
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DLiveVariables.cpp425 SmallSet<unsigned, 32> Live; in HandlePhysRegDef() local
427 Live.insert(Reg); in HandlePhysRegDef()
429 Live.insert(*SS); in HandlePhysRegDef()
439 if (Live.count(SubReg)) in HandlePhysRegDef()
442 Live.insert(SubReg); in HandlePhysRegDef()
444 Live.insert(*SS); in HandlePhysRegDef()
455 if (!Live.count(SubReg)) in HandlePhysRegDef()
/external/kmod/testsuite/rootfs-pristine/test-loaded/proc/
Dmodules1 btusb 11216 0 - Live 0xffffffffa014a000
/external/llvm/lib/Fuzzer/test/
Dfuzzer-oom-with-profile.test4 CHECK: Live Heap Allocations
/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/llvm/lib/Transforms/Scalar/
DRewriteStatepointsForGC.cpp1550 Function &F, DominatorTree &DT, ArrayRef<Value *> Live, in relocationViaAlloca() argument
1566 PromotableAllocas.reserve(Live.size()); in relocationViaAlloca()
1578 for (Value *V : Live) in relocationViaAlloca()
1723 assert(PromotableAllocas.size() == Live.size() + NumRematerializedValues && in relocationViaAlloca()
2143 SmallVector<Value *, 128> Live; in insertParsePoints() local
2153 Live.insert(Live.end(), Statepoint.gc_args_begin(), in insertParsePoints()
2174 unique_unsorted(Live); in insertParsePoints()
2178 for (auto *Ptr : Live) in insertParsePoints()
2183 relocationViaAlloca(F, DT, Live, Records); in insertParsePoints()
2443 static void checkBasicSSA(DominatorTree &DT, SetVector<Value *> &Live, in checkBasicSSA() argument
[all …]
/external/llvm/include/llvm/Transforms/IPO/
DDeadArgumentElimination.h68 enum Liveness { Live, MaybeLive }; enumerator
/external/llvm/lib/Target/Hexagon/
DRDFLiveness.cpp680 BitVector LiveIn(TRI.getNumRegs()), Live(TRI.getNumRegs()); in resetKills() local
683 CopyLiveIns(SI, Live); in resetKills()
702 Live.reset(*SR); in resetKills()
712 if (!Live[*AR]) in resetKills()
721 Live.set(*SR); in resetKills()
/external/owasp/sanitizer/lib/htmlparser-1.3/
DLICENSE.txt2 the named character classes and the Live DOM Viewer.
76 The following license applies to the Live DOM Viewer:
/external/webrtc/webrtc/api/objc/
DRTCMediaSource.mm76 return @"Live";
DRTCMediaStreamTrack.mm97 return @"Live";
/external/hyphenation-patterns/pt/
Dhyph-pt.lic.txt21 % - Norbert Preining, who tested & integrated patterns into TeX Live
/external/llvm/test/CodeGen/X86/
D2012-01-10-UndefExceptionEdge.ll9 ; Live range splitting tries to isolate the block containing the first function
/external/llvm/docs/
DCodeGenerator.rst1132 Live Intervals
1135 Live Intervals are the ranges (intervals) where a variable is *live*. They are
1141 Live Variable Analysis
1148 (i.e., they are killed). Live variable information is computed for
1159 Physical registers may be live in to or out of a function. Live in values are
1160 typically arguments in registers. Live out values are typically return values in
1161 registers. Live in values are marked as such, and are given a dummy "defining"
1179 Live Intervals Analysis
1186 of the basic block. Live intervals for virtual registers are computed for some
1424 * *Basic* --- This is an incremental approach to register allocation. Live

12