Home
last modified time | relevance | path

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

123456

/external/llvm-project/polly/lib/Transform/
DDeadCodeElimination.cpp99 isl::union_set Live = LastWriteIterations.range(); in getLiveOut() local
101 Live = Live.unite(MayWrites.domain()); in getLiveOut()
102 return Live.coalesce(); in getLiveOut()
120 isl::union_set Live = getLiveOut(S); in eliminateDeadCode() local
126 Live = Live.affine_hull(); in eliminateDeadCode()
133 isl::union_set Extra = Live.apply(Dep); in eliminateDeadCode()
135 if (Extra.is_subset(Live)) in eliminateDeadCode()
138 Live = Live.unite(Extra); in eliminateDeadCode()
142 Live = Live.affine_hull(); in eliminateDeadCode()
145 Live = Live.intersect(OriginalDomain); in eliminateDeadCode()
[all …]
/external/llvm-project/llvm/lib/Transforms/Scalar/
DADCE.cpp79 bool Live = false; member
88 bool Live = false; member
112 bool terminatorIsLive() const { return TerminatorLiveInfo->Live; } in terminatorIsLive()
126 bool isLive(BasicBlock *BB) { return BlockInfo[BB].Live; } in isLive()
130 bool isLive(Instruction *I) { return InstInfo[I].Live; } in isLive()
316 EntryInfo.Live = true; in initialize()
380 if (Info.Live) in markLive()
384 Info.Live = true; in markLive()
405 if (BBInfo.Live) in markLive()
408 BBInfo.Live = true; in markLive()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DADCE.cpp79 bool Live = false; member
88 bool Live = false; member
112 bool terminatorIsLive() const { return TerminatorLiveInfo->Live; } in terminatorIsLive()
126 bool isLive(BasicBlock *BB) { return BlockInfo[BB].Live; } in isLive()
130 bool isLive(Instruction *I) { return InstInfo[I].Live; } in isLive()
316 EntryInfo.Live = true; in initialize()
380 if (Info.Live) in markLive()
384 Info.Live = true; in markLive()
405 if (BBInfo.Live) in markLive()
408 BBInfo.Live = true; in markLive()
[all …]
/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/swiftshader/third_party/subzero/src/
DIceCfgNode.cpp636 LivenessBV Live(NumVars); in livenessLightweight() local
641 I.livenessLightweight(Func, Live); in livenessLightweight()
646 I.livenessLightweight(Func, Live); in livenessLightweight()
656 LivenessBV &Live = Liveness->getScratchBV(); in liveness() local
657 Live.clear(); in liveness()
678 Live |= LiveIn; in liveness()
684 Phi->livenessPhiOperand(Live, this, Liveness); in liveness()
687 assert(Live.empty() || Live.size() == NumGlobalVars); in liveness()
688 Liveness->getLiveOut(this) = Live; in liveness()
691 Live.resize(NumVars); in liveness()
[all …]
DIceOperand.h772 LiveRange &getLiveRange() { return Live; } in getLiveRange()
773 const LiveRange &getLiveRange() const { return Live; } in getLiveRange()
774 void setLiveRange(const LiveRange &Range) { Live = Range; } in setLiveRange()
775 void resetLiveRange() { Live.reset(); } in resetLiveRange()
779 Live.addSegment(Start, End, Node);
781 void trimLiveRange(InstNumberT Start) { Live.trim(Start); } in trimLiveRange()
782 void untrimLiveRange() { Live.untrim(); } in untrimLiveRange()
784 return Live.endsBefore(Other->Live); in rangeEndsBefore()
788 return Live.overlaps(Other->Live, UseTrimmed); in rangeOverlaps()
792 return Live.overlapsInst(Other->Live.getStart(), UseTrimmed); in rangeOverlapsStart()
[all …]
DIceInst.cpp191 void Inst::livenessLightweight(Cfg *Func, LivenessBV &Live) { in livenessLightweight() argument
199 if (Live[Index]) in livenessLightweight()
201 Live[Index] = true; in livenessLightweight()
206 bool Inst::liveness(InstNumberT InstNumber, LivenessBV &Live, in liveness() argument
214 if (Live[VarNum]) { in liveness()
216 Live[VarNum] = false; in liveness()
236 if (!Live[VarNum]) { in liveness()
239 Live[VarNum] = true; in liveness()
431 void InstPhi::livenessPhiOperand(LivenessBV &Live, CfgNode *Target, in livenessPhiOperand() argument
440 if (!Live[SrcIndex]) { in livenessPhiOperand()
[all …]
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DDeadStoresChecker.cpp157 bool isLive(const LiveVariables::LivenessValues &Live, const VarDecl *D) { in isLive() argument
158 if (Live.isLive(D)) in isLive()
269 const LiveVariables::LivenessValues &Live) { in CheckVarDecl() argument
278 if (!isLive(Live, VD) && in CheckVarDecl()
289 const LiveVariables::LivenessValues& Live) { in CheckDeclRef() argument
291 CheckVarDecl(VD, DR, Val, dsk, Live); in CheckDeclRef()
318 const LiveVariables::LivenessValues &Live) override { in observeStmt() argument
358 CheckVarDecl(VD, DR, B->getRHS(), dsk, Live); in observeStmt()
372 CheckDeclRef(DR, U, DeadIncrement, Live); in observeStmt()
405 if (!isLive(Live, V) && in observeStmt()
/external/llvm-project/llvm/test/CodeGen/Hexagon/
Dverify-liveness-at-def.mir40 # CHECK-SUB: Bad machine code: Live range continues after dead def flag
47 # CHECK-SUB: Bad machine code: Live range continues after dead def flag
54 # CHECK-SUB: Bad machine code: Live range continues after dead def flag
59 # CHECK-SUB: Bad machine code: Live range continues after dead def flag
70 # CHECK-NOSUB: Bad machine code: Live range continues after dead def flag
/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_variable.c215 if (!var->Live[chan].Used in rc_variable_compute_live_intervals()
216 || chan_start < var->Live[chan].Start) { in rc_variable_compute_live_intervals()
217 var->Live[chan].Start = in rc_variable_compute_live_intervals()
220 if (!var->Live[chan].Used in rc_variable_compute_live_intervals()
221 || chan_end > var->Live[chan].End) { in rc_variable_compute_live_intervals()
222 var->Live[chan].End = chan_end; in rc_variable_compute_live_intervals()
224 var->Live[chan].Used = 1; in rc_variable_compute_live_intervals()
529 var->Live[i].Start, var->Live[i].End); in rc_variable_print()
Dradeon_pair_regalloc.c53 struct live_intervals Live[4]; member
229 reg->Live[i].Used = 1; in scan_read_callback()
230 reg->Live[i].Start = 0; in scan_read_callback()
231 reg->Live[i].End = in scan_read_callback()
562 if (s->Input[i].Live[chan].Used) { in do_advanced_regalloc()
588 if (overlap_live_intervals_array(var_a->Live, var_b->Live)) { in do_advanced_regalloc()
607 if (overlap_live_intervals_array(s->Input[i].Live, in do_advanced_regalloc()
608 var->Live)) { in do_advanced_regalloc()
/external/llvm-project/llvm/lib/Transforms/IPO/
DDeadArgumentElimination.cpp361 return Live; in MarkIfNotLive()
399 if (Result != Live) in SurveyUse()
419 if (Result == Live) in SurveyUse()
432 return Live; in SurveyUse()
442 return Live; in SurveyUse()
454 return Live; in SurveyUse()
471 if (Result == Live) in SurveyUses()
580 if (RetValLiveness[Idx] != Live) { in SurveyFunction()
582 if (RetValLiveness[Idx] == Live) in SurveyFunction()
589 if (SurveyUse(&U, MaybeLiveAggregateUses) == Live) { in SurveyFunction()
[all …]
/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/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DDeadArgumentElimination.cpp363 return Live; in MarkIfNotLive()
401 if (Result != Live) in SurveyUse()
421 if (Result == Live) in SurveyUse()
434 return Live; in SurveyUse()
444 return Live; in SurveyUse()
457 return Live; in SurveyUse()
474 if (Result == Live) in SurveyUses()
589 if (RetValLiveness[Idx] != Live) { in SurveyFunction()
591 if (RetValLiveness[Idx] == Live) in SurveyFunction()
598 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/chromium-trace/catapult/third_party/polymer/components/web-animations-js/docs/
Dexamples.md8 [**Live demo**](http://jsbin.com/qiyeriruru/edit?js,output)
36 [**Live demo**](http://jsbin.com/yajatoyere/edit?js,output)
74 [**Live demo**](http://jsbin.com/dabehipiyo/edit?js,output)
111 [**Live demo**](http://jsbin.com/kutaqoxejo/edit?js,output)
134 [**Live demo**](http://jsbin.com/musufiwule/edit?js,output)
172 [**Live demo**](http://jsbin.com/xolacasiyu/edit?js,output)
/external/llvm-project/llvm/test/ThinLTO/X86/
Ddeadstrip.ll38 ; Live, NotEligibleForImport, dso_local, Internal
40 ; Live, dso_local, Internal
42 ; Live, Local, WeakODR
44 ; Live, Local, LinkOnceODR
46 ; Live, Local, AvailableExternally
48 ; Live, Local, External
94 ; DEBUG-DAG: Live root: 2412314959268824392 (llvm.global_ctors)
95 ; DEBUG-DAG: Live root: 15822663052811949562 (main)
/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
/external/llvm-project/pstl/test/std/algorithms/alg.sorting/
Dsort.pass.cpp121 Live = 0xabcd, enumerator
127 KeyCompare(OddTag) : status(Live) {} in KeyCompare()
132 EXPECT_TRUE(status == Live, "key comparison object not defined"); in operator ()()
/external/llvm-project/llvm/test/CodeGen/X86/
Dopt-pipeline.ll111 ; CHECK-NEXT: Live Range Shrink
124 ; CHECK-NEXT: Live Variable Analysis
130 ; CHECK-NEXT: Live Interval Analysis
136 ; CHECK-NEXT: Live Stack Slot Analysis
138 ; CHECK-NEXT: Live Register Matrix
195 ; CHECK-NEXT: Live DEBUG_VALUE analysis
/external/llvm-project/llvm/include/llvm/IR/
DModuleSummaryIndexYAML.h140 bool NotEligibleToImport, Live, IsLocal, CanAutoHide;
182 io.mapOptional("Live", summary.Live);
227 FSum.NotEligibleToImport, FSum.Live, FSum.IsLocal,
249 static_cast<bool>(FSum->flags().Live),
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DModuleSummaryIndexYAML.h139 bool NotEligibleToImport, Live, IsLocal, CanAutoHide;
181 io.mapOptional("Live", summary.Live);
226 FSum.NotEligibleToImport, FSum.Live, FSum.IsLocal, FSum.CanAutoHide),
246 static_cast<bool>(FSum->flags().Live),
/external/kmod/testsuite/rootfs-pristine/test-loaded/proc/
Dmodules1 btusb 11216 0 - Live 0xffffffffa014a000

123456