Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dreference_type_propagation.cc413 /* out */ HBasicBlock** trueBranch) { in MatchIfInstanceOf() argument
423 *trueBranch = ifInstruction->IfTrueSuccessor(); in MatchIfInstanceOf()
427 *trueBranch = ifInstruction->IfFalseSuccessor(); in MatchIfInstanceOf()
440 *trueBranch = ifInstruction->IfTrueSuccessor(); in MatchIfInstanceOf()
444 *trueBranch = ifInstruction->IfFalseSuccessor(); in MatchIfInstanceOf()
453 *trueBranch = ifInstruction->IfTrueSuccessor(); in MatchIfInstanceOf()
460 *trueBranch = ifInstruction->IfFalseSuccessor(); in MatchIfInstanceOf()