Home
last modified time | relevance | path

Searched refs:IsInBlock (Results 1 – 2 of 2) sorted by relevance

/art/compiler/optimizing/
Dssa_phi_elimination.cc113 if (!phi->IsInBlock()) { in Run()
Dnodes.h1322 bool IsInBlock() const { return block_ != nullptr; } in IsInBlock() function