Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dreference_type_propagation.cc449 /* out */ HBasicBlock** trueBranch) { in MatchIfInstanceOf() argument
459 *trueBranch = ifInstruction->IfTrueSuccessor(); in MatchIfInstanceOf()
463 *trueBranch = ifInstruction->IfFalseSuccessor(); in MatchIfInstanceOf()
476 *trueBranch = ifInstruction->IfTrueSuccessor(); in MatchIfInstanceOf()
480 *trueBranch = ifInstruction->IfFalseSuccessor(); in MatchIfInstanceOf()
489 *trueBranch = ifInstruction->IfTrueSuccessor(); in MatchIfInstanceOf()
496 *trueBranch = ifInstruction->IfFalseSuccessor(); in MatchIfInstanceOf()