HomeSort by relevance Sort by last modified time
    Searched refs:dot_text_ (Results 1 - 2 of 2) sorted by null

  /art/compiler/sea_ir/debug/
dot_gen.cc 51 dot_text_ += def_it->second->StringId() + " -> ";
52 dot_text_ += instruction->StringId() + "[color=gray,label=\"";
53 dot_text_ += art::StringPrintf("vR = %d", def_it->first);
57 dot_text_ += "(" + type_it->second->Dump() + ")";
59 dot_text_ += "()";
61 dot_text_ += "\"] ; // SSA edge\n";
70 dot_text_ += (*cit)->StringId() + " -> " + instruction->StringId() + "[color=gray,label=\"";
71 dot_text_ += "\"] ; // SSA used-by edge\n";
83 dot_text_ += (*def_it)->StringId() + " -> ";
84 dot_text_ += instruction->StringId() + "[color=gray,label=\""
    [all...]
dot_gen.h 49 dot_text_ += "digraph seaOfNodes {\ncompound=true\n";
87 return dot_text_;
91 std::string dot_text_; member in class:sea_ir::DotGenerationVisitor

Completed in 672 milliseconds