Lines Matching defs:out
83 std::stringstream out;
84 out << std::setw(8) << "%" + label_ + " = OpLabel \n";
86 out << body_;
91 out << "OpBranchConditional %cond ";
93 out << "%" + b.label_ + " ";
97 out << "OpSwitch %one %" + successors_.front().label_;
102 out << ss.str();
106 out << "OpLoopMerge %" + successors_[0].label_ + " %" +
112 out << "OpReturn\n";
116 out << "OpUnreachable\n";
120 out << "OpBranch %" + successors_.front().label_;
124 out << "OpKill\n";
129 out << "\n";
131 return out.str();
1486 str += exit; // Branches out of a continue construct