Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.cpp911 raw_string_ostream RSO(Out); in getName() local
912 RSO << Name << " for "; in getName()
914 RSO << "VF={" << VFs[0]; in getName()
916 RSO << "," << VF; in getName()
917 RSO << "},"; in getName()
921 RSO << "UF>=1"; in getName()
923 RSO << "UF={" << UFs[0]; in getName()
925 RSO << "," << UF; in getName()
926 RSO << "}"; in getName()
/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/
H A DSourceCoverageViewHTML.cpp321 raw_string_ostream RSO{S}; in emitTableRow() local
323 RSO << format("%*.2f", 7, Pctg) << "% "; in emitTableRow()
325 RSO << "- "; in emitTableRow()
326 RSO << '(' << Hit << '/' << Total << ')'; in emitTableRow()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSeparateConstOffsetFromGEP.cpp1241 raw_string_ostream RSO(ErrMessage); in verifyNoDeadCode() local
1242 RSO << "Dead instruction detected!\n" << I << "\n"; in verifyNoDeadCode()
1243 llvm_unreachable(RSO.str().c_str()); in verifyNoDeadCode()