Home
last modified time | relevance | path

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

/aosp12/art/compiler/optimizing/
H A Dreference_type_propagation.cc386 if (ifInstruction == nullptr) { in BoundTypeForIfNotNull()
389 HInstruction* ifInput = ifInstruction->InputAt(0); in BoundTypeForIfNotNull()
414 ? ifInstruction->IfTrueSuccessor() in BoundTypeForIfNotNull()
415 : ifInstruction->IfFalseSuccessor(); in BoundTypeForIfNotNull()
435 static bool MatchIfInstanceOf(HIf* ifInstruction, in MatchIfInstanceOf() argument
438 HInstruction* input = ifInstruction->InputAt(0); in MatchIfInstanceOf()
447 *trueBranch = ifInstruction->IfTrueSuccessor(); in MatchIfInstanceOf()
464 *trueBranch = ifInstruction->IfTrueSuccessor(); in MatchIfInstanceOf()
477 *trueBranch = ifInstruction->IfTrueSuccessor(); in MatchIfInstanceOf()
484 *trueBranch = ifInstruction->IfFalseSuccessor(); in MatchIfInstanceOf()
[all …]