Home | History | Annotate | Download | only in debug

Lines Matching refs:StringId

51       dot_text_ += def_it->second->StringId() + " -> ";
52 dot_text_ += instruction->StringId() + "[color=gray,label=\"";
70 dot_text_ += (*cit)->StringId() + " -> " + instruction->StringId() + "[color=gray,label=\"";
83 dot_text_ += (*def_it)->StringId() + " -> ";
84 dot_text_ += instruction->StringId() + "[color=gray,label=\"";
102 dot_text_ += (*cit)->StringId() + " -> " + instruction->StringId() + "[color=gray,label=\"";
109 dot_text_ += parameter->StringId() +" [label=\"[" + parameter->StringId() + "] signature:";
119 dot_text_ += "\n// Region: \nsubgraph " + region->StringId();
120 dot_text_ += " { label=\"region " + region->StringId() + "(rpo=";
123 dot_text_ += " dom=" + region->GetIDominator()->StringId();
130 dot_text_ += (*cit)->StringId() +";\n";
135 dot_text_ += (*cit)->StringId() +";\n";
143 region->GetLastChild()->StringId() << ".";
144 dot_text_ += region->GetLastChild()->StringId() + " -> " +
145 (*cit)->GetLastChild()->StringId() +
146 "[lhead=" + (*cit)->StringId() + ", " + "ltail=" + region->StringId() + "];\n\n";
150 dot_text_ += "// Instruction ("+instruction->StringId()+"): \n" + instruction->StringId() +
151 " [label=\"[" + instruction->StringId() + "] " +
158 dot_text_ += "// Instruction ("+instruction->StringId()+"): \n" + instruction->StringId() +
159 " [label=\"[" + instruction->StringId() + "] const/x v-3, #" +
166 dot_text_ += "// PhiInstruction: \n" + phi->StringId() +
167 " [label=\"[" + phi->StringId() + "] PHI(";