Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dreference_type_propagation.cc332 HIf* ifInstruction = block->GetLastInstruction()->AsIfOrNull(); in BoundTypeForIfNotNull() local
333 if (ifInstruction == nullptr) { in BoundTypeForIfNotNull()
336 HInstruction* ifInput = ifInstruction->InputAt(0); in BoundTypeForIfNotNull()
361 ? ifInstruction->IfTrueSuccessor() in BoundTypeForIfNotNull()
362 : ifInstruction->IfFalseSuccessor(); in BoundTypeForIfNotNull()
382 static bool MatchIfInstanceOf(HIf* ifInstruction, in MatchIfInstanceOf() argument
385 HInstruction* input = ifInstruction->InputAt(0); in MatchIfInstanceOf()
394 *trueBranch = ifInstruction->IfTrueSuccessor(); in MatchIfInstanceOf()
397 *trueBranch = ifInstruction->IfFalseSuccessor(); in MatchIfInstanceOf()
414 *trueBranch = ifInstruction->IfTrueSuccessor(); in MatchIfInstanceOf()
[all …]