Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dreference_type_propagation.cc90 HBasicBlock* notNullBlock = ifInput->IsNotEqual() in BoundTypeForIfNotNull() local
96 if (notNullBlock->Dominates(user->GetBlock())) { in BoundTypeForIfNotNull()
99 notNullBlock->InsertInstructionBefore(bound_type, notNullBlock->GetFirstInstruction()); in BoundTypeForIfNotNull()