Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dreference_type_propagation.cc358 HIf* ifInstruction = block->GetLastInstruction()->AsIf(); in BoundTypeForIfNotNull() local
359 if (ifInstruction == nullptr) { in BoundTypeForIfNotNull()
362 HInstruction* ifInput = ifInstruction->InputAt(0); in BoundTypeForIfNotNull()
387 ? ifInstruction->IfTrueSuccessor() in BoundTypeForIfNotNull()
388 : ifInstruction->IfFalseSuccessor(); in BoundTypeForIfNotNull()
408 static bool MatchIfInstanceOf(HIf* ifInstruction, in MatchIfInstanceOf() argument
411 HInstruction* input = ifInstruction->InputAt(0); in MatchIfInstanceOf()
420 *trueBranch = ifInstruction->IfTrueSuccessor(); in MatchIfInstanceOf()
424 *trueBranch = ifInstruction->IfFalseSuccessor(); in MatchIfInstanceOf()
437 *trueBranch = ifInstruction->IfTrueSuccessor(); in MatchIfInstanceOf()
[all …]