Searched defs:IsDead (Results 1 – 10 of 10) sorted by relevance
139 auto IsDead = [this] (NodeAddr<InstrNode*> IA) -> bool { in collect() local
239 auto IsDead = [this] (NodeAddr<DefNode*> DA) -> bool { in rewrite() local
84 bool IsDead : 1; variable
216 bool IsDead = true; in eraseInstrWithNoUses() local
49 bool IsDead() const { return InputCount() > 0 && !InputAt(0); } in IsDead() function
99 bool IsDead : 1; variable
496 bool IsDead = MRI.use_empty(Reg); in RematerializeCheapDef() local
966 bool IsDead() { return has_fatal_error_; } in IsDead() function
8434 bool Isolate::IsDead() { in IsDead() function in v8::Isolate
911 bool IsDead; member in __anon889b26420211::ContextLocation