Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dgraph_visualizer.cc176 is_after_pass_(is_after_pass), in HGraphVisualizerPrinter()
572 && is_after_pass_ in PrintInstruction()
588 if (IsPass(RegisterAllocator::kRegisterAllocatorPassName) && is_after_pass_) { in PrintInstruction()
638 (!is_after_pass_ && IsPass(HGraphBuilder::kBuilderPassName))) in PrintInstruction()
640 << (is_after_pass_ ? "after" : "before") << " pass " << pass_name_; in PrintInstruction()
739 + (is_after_pass_ ? "after" : "before") in Run()
810 const bool is_after_pass_; member in art::HGraphVisualizerPrinter