Searched refs:Live (Results 1 - 10 of 10) sorted by relevance

/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_variable.h51 struct live_intervals Live[4]; member in struct:rc_variable
H A Dradeon_variable.c214 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;
223 var->Live[chan].Used = 1;
528 var->Live[i].Start, var->Live[i].End);
H A Dradeon_pair_regalloc.c51 struct live_intervals Live[4]; member in struct:register_info
178 reg->Live[i].Used = 1;
179 reg->Live[i].Start = 0;
180 reg->Live[i].End =
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,
672 var->Live)) {
/external/clang/lib/StaticAnalyzer/Checkers/
H A DDeadStoresChecker.cpp147 bool isLive(const LiveVariables::LivenessValues &Live, const VarDecl *D) { argument
148 if (Live.isLive(D))
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);
311 CheckDeclRef(DR, U, DeadIncrement, Live);
345 if (!isLive(Live,
208 CheckVarDecl(const VarDecl *VD, const Expr *Ex, const Expr *Val, DeadStoreKind dsk, const LiveVariables::LivenessValues &Live) argument
229 CheckDeclRef(const DeclRefExpr *DR, const Expr *Val, DeadStoreKind dsk, const LiveVariables::LivenessValues& Live) argument
[all...]
/external/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp87 enum Liveness { Live, MaybeLive }; enumerator in enum:__anon12414::DAE::Liveness
415 return Live;
452 if (Result != Live)
472 if (Result == Live)
491 return Live;
504 return Live;
511 /// the result is Live, MaybeLiveUses might be modified but its content should
519 if (Result == Live)
608 if (RetValLiveness[Idx] != Live) {
610 if (RetValLiveness[Idx] == Live)
[all...]
/external/llvm/lib/Target/WebAssembly/
H A DRelooper.cpp211 BlockSet Live; member in struct:PreOptimizer
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);
287 if (!contains(Pre.Live, Curr))
722 for (const auto &Curr : Pre.Live) {
/external/llvm/lib/CodeGen/
H A DLiveVariables.cpp1 //===-- LiveVariables.cpp - Live Variable Analysis for Machine Code -------===//
47 "Live Variable Analysis", false, false)
50 "Live Variable Analysis", false, false)
446 SmallSet<unsigned, 32> Live; local
450 Live.insert(*SubRegs);
460 if (Live.count(SubReg))
465 Live.insert(*SS);
476 if (!Live.count(SubReg))
/external/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp308 errs() << "Live Variables:\n";
1712 Function &F, DominatorTree &DT, ArrayRef<Value *> Live,
1729 PromotableAllocas.reserve(Live.size());
1741 for (Value *V : Live)
1887 assert(PromotableAllocas.size() == Live.size() + NumRematerializedValues &&
2448 SmallVector<Value *, 128> Live; local
2458 Live.insert(Live.end(), Statepoint.gc_args_begin(),
2479 unique_unsorted(Live);
2483 for (auto *Ptr : Live)
1711 relocationViaAlloca( Function &F, DominatorTree &DT, ArrayRef<Value *> Live, ArrayRef<PartiallyConstructedSafepointRecord> Records) argument
2754 checkBasicSSA(DominatorTree &DT, DenseSet<Value *> &Live, TerminatorInst *TI, bool TermOkay = false) argument
[all...]
/external/bison/build-aux/
H A Dtexinfo.tex8815 % With TeX Live 2008, etex now includes hyphenation patterns for all
/external/libmicrohttpd/doc/
H A Dtexinfo.tex8816 % With TeX Live 2008, etex now includes hyphenation patterns for all

Completed in 369 milliseconds