Searched refs:IsInBlock (Results 1 - 5 of 5) sorted by path

/art/compiler/optimizing/
H A Dbounds_check_elimination.cc566 if (bounds_check->IsInBlock()) {
1272 if (other_bounds_check->IsInBlock()) {
H A Dinstruction_simplifier_arm64.h64 if (instruction->IsInBlock()) {
H A Dnodes.h1794 bool IsInBlock() const { return block_ != nullptr; } function in class:art::HInstruction
H A Dssa_builder.cc444 DCHECK(new_instance->IsInBlock());
H A Dssa_phi_elimination.cc142 if (!phi->IsInBlock()) {

Completed in 25 milliseconds