HomeSort by relevance Sort by last modified time
    Searched refs:Live (Results 1 - 7 of 7) sorted by null

  /external/clang/lib/StaticAnalyzer/Checkers/
DeadStoresChecker.cpp 11 // stores to variables that are no longer live.
153 const LiveVariables::LivenessValues &Live) {
162 if (!Live.isLive(VD) &&
172 const LiveVariables::LivenessValues& Live) {
174 CheckVarDecl(VD, DR, Val, dsk, Live);
201 const LiveVariables::LivenessValues &Live) {
238 CheckVarDecl(VD, DR, B->getRHS(), dsk, Live);
252 CheckDeclRef(DR, U, DeadIncrement, Live);
256 // expressions that are not live (never used).
288 if (!Live.isLive(V) && V->getAttr<UnusedAttr>() == 0)
    [all...]
  /external/llvm/lib/Transforms/IPO/
DeadArgumentElimination.cpp 86 enum Liveness { Live, MaybeLive };
99 /// arguments it uses. This allows the MaybeLive values to be marked live
100 /// when any of its users is marked live.
117 /// This set contains all values that have been determined to be live.
354 /// live, it adds Use to the MaybeLiveUses argument. Returns the determined
357 // We're live if our use or its Function is already marked as live.
359 return Live;
361 // We're maybe live otherwise, but remember that we must become live i
    [all...]
  /device/samsung/crespo/
full_crespo.mk 25 # Live Wallpapers
  /device/samsung/crespo4g/
full_crespo4g.mk 22 # Live Wallpapers
  /device/ti/panda/
full_panda.mk 24 # Live Wallpapers
  /external/llvm/lib/CodeGen/
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)
107 return; // We already know the block is live
140 // live range by updating the kill instruction.
174 // Update all dominating blocks to mark them as "known live"
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
texinfo.tex     [all...]

Completed in 1044 milliseconds