Home | History | Annotate | Download | only in CodeGen

Lines Matching full:oss

390         raw_string_ostream OSS(OutStr);
393 OSS << "BB#" << Node->getNumber();
395 OSS << ": " << BB->getName();
397 Node->print(OSS);