Searched refs:visited_fallthrough_ (Results 1 – 2 of 2) sorted by relevance
2105 : basic_block_(bb), mir_graph_(mir_graph), visited_fallthrough_(false), in ChildBlockIterator()2121 if (visited_fallthrough_ == false) { in Next()2122 visited_fallthrough_ = true; in Next()
521 bool visited_fallthrough_; variable