Searched refs:not_post_order_visited_ (Results 1 – 1 of 1) sorted by relevance
319 not_post_order_visited_( in ReachabilityAnalysisHelper()325 not_post_order_visited_.SetInitialBits(graph_->GetBlocks().size()); in ReachabilityAnalysisHelper()337 not_post_order_visited_.ClearBit(blk->GetBlockId()); in CalculateReachability()342 for (auto idx : not_post_order_visited_.Indexes()) { in CalculateReachability()415 ArenaBitVector not_post_order_visited_; member in art::ReachabilityAnalysisHelper