Home
last modified time | relevance | path

Searched defs:IsDead (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/v8/src/compiler/
Dnode.h57 bool IsDead() const { return InputCount() > 0 && InputAt(0) == NULL; } in IsDead() function
/external/llvm/include/llvm/CodeGen/
DMachineOperand.h98 bool IsDead : 1; variable
/external/llvm/lib/Target/ARM/
DA15SDOptimizer.cpp214 bool IsDead = true; in eraseInstrWithNoUses() local
/external/chromium_org/v8/src/
Disolate.h1008 bool IsDead() { return has_fatal_error_; } in IsDead() function
Dapi.cc189 bool V8::IsDead() { in IsDead() function in v8::V8
/external/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp917 bool IsDead; member in __anon9d1265590211::ContextLocation