HomeSort by relevance Sort by last modified time
    Searched defs:IsDead (Results 1 - 8 of 8) sorted by null

  /external/v8/src/compiler/
value-numbering-reducer.cc 109 if (entry->IsDead()) {
121 if (entry->IsDead()) {
146 if (!old_entry || old_entry->IsDead()) continue;
node.h 48 bool IsDead() const { return InputCount() > 0 && !InputAt(0); }
  /external/llvm/lib/Target/ARM/
A15SDOptimizer.cpp 219 bool IsDead = true;
226 IsDead = false;
236 IsDead = false;
242 if (!IsDead) continue;
  /external/v8/test/unittests/compiler/
node-test-utils.cc     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp 911 bool IsDead;
913 ContextLocation(const PathDiagnosticLocation &L, bool isdead = false)
914 : PathDiagnosticLocation(L), IsDead(isdead) {}
916 void markDead() { IsDead = true; }
917 bool isDead() const { return IsDead; }
    [all...]
  /art/compiler/optimizing/
nodes.h     [all...]
  /external/v8/include/
v8.h     [all...]
  /external/v8/src/
api.cc     [all...]

Completed in 335 milliseconds