Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DMachineOperand.h99 bool IsDead : 1; variable
/external/llvm/lib/Target/ARM/
DA15SDOptimizer.cpp219 bool IsDead = true; in eraseInstrWithNoUses() local
/external/v8/src/compiler/
Dnode.h48 bool IsDead() const { return InputCount() > 0 && !InputAt(0); } in IsDead() function
/external/v8/src/
Disolate.h958 bool IsDead() { return has_fatal_error_; } in IsDead() function
Dapi.cc7815 bool Isolate::IsDead() { in IsDead() function in v8::Isolate
/external/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp911 bool IsDead; member in __anona7d180830211::ContextLocation
/external/v8/test/unittests/compiler/
Dnode-test-utils.cc1605 Matcher<Node*> IsDead() { in IsDead() function