Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dreference_type_propagation.cc437 /* out */ HBasicBlock** trueBranch) { in MatchIfInstanceOf() argument
447 *trueBranch = ifInstruction->IfTrueSuccessor(); in MatchIfInstanceOf()
451 *trueBranch = ifInstruction->IfFalseSuccessor(); in MatchIfInstanceOf()
464 *trueBranch = ifInstruction->IfTrueSuccessor(); in MatchIfInstanceOf()
468 *trueBranch = ifInstruction->IfFalseSuccessor(); in MatchIfInstanceOf()
477 *trueBranch = ifInstruction->IfTrueSuccessor(); in MatchIfInstanceOf()
484 *trueBranch = ifInstruction->IfFalseSuccessor(); in MatchIfInstanceOf()