Searched refs:is_after_pass_ (Results 1 – 1 of 1) sorted by relevance
42 is_after_pass_(is_after_pass), in HGraphVisualizerPrinter()233 && is_after_pass_ in PrintInstruction()242 } else if (IsPass(RegisterAllocator::kRegisterAllocatorPassName) && is_after_pass_) { in PrintInstruction()290 std::string pass_desc = std::string(pass_name_) + (is_after_pass_ ? " (after)" : " (before)"); in Run()342 const bool is_after_pass_; member in art::HGraphVisualizerPrinter