Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dbounds_check_elimination.cc528 bool true_successor_in_loop = loop_info->Contains(*h_if->IfTrueSuccessor()); in GetLoopHeaderSuccesorInLoop() local
532 if (true_successor_in_loop && false_successor_in_loop) { in GetLoopHeaderSuccesorInLoop()
535 DCHECK(true_successor_in_loop || false_successor_in_loop); in GetLoopHeaderSuccesorInLoop()