Searched refs:visited_fallthrough_ (Results 1 – 2 of 2) sorted by relevance
1809 : basic_block_(bb), mir_graph_(mir_graph), visited_fallthrough_(false), in ChildBlockIterator()1825 if (visited_fallthrough_ == false) { in Next()1826 visited_fallthrough_ = true; in Next()
507 bool visited_fallthrough_; variable