Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dgraph_visualizer.cc42 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