Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dreference_type_propagation.cc410 /* out */ HBasicBlock** trueBranch) { in MatchIfInstanceOf() argument
420 *trueBranch = ifInstruction->IfTrueSuccessor(); in MatchIfInstanceOf()
424 *trueBranch = ifInstruction->IfFalseSuccessor(); in MatchIfInstanceOf()
437 *trueBranch = ifInstruction->IfTrueSuccessor(); in MatchIfInstanceOf()
441 *trueBranch = ifInstruction->IfFalseSuccessor(); in MatchIfInstanceOf()
450 *trueBranch = ifInstruction->IfTrueSuccessor(); in MatchIfInstanceOf()
457 *trueBranch = ifInstruction->IfFalseSuccessor(); in MatchIfInstanceOf()