Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dgraph_visualizer.cc187 is_after_pass_(is_after_pass), in HGraphVisualizerPrinter()
630 && is_after_pass_ in PrintInstruction()
646 if (IsPass(RegisterAllocator::kRegisterAllocatorPassName) && is_after_pass_) { in PrintInstruction()
708 (!is_after_pass_ && IsPass(HGraphBuilder::kBuilderPassName))) in PrintInstruction()
710 << (is_after_pass_ ? "after" : "before") << " pass " << pass_name_; in PrintInstruction()
809 + (is_after_pass_ ? "after" : "before") in Run()
880 const bool is_after_pass_; member in art::HGraphVisualizerPrinter