Home | History | Annotate | Download | only in IPO

Lines Matching refs:Twine

483           Twine("Applied ") + Twine(*R) + " samples from profile (offset: " +
484 Twine(LineOffset) +
485 ((Discriminator) ? Twine(".") + Twine(Discriminator) : "") + ")");
648 Twine("inlined hot callee '") +
650 Twine(NumSamples) + " samples into '" +
1044 Twine("most popular destination for conditional branches at ") +
1045 ((BranchLoc) ? Twine(BranchLoc->getFilename() + ":" +
1046 Twine(BranchLoc.getLine()) + ":" +
1047 Twine(BranchLoc.getCol()))
1048 : Twine("<UNKNOWN LOCATION>")));
1172 Twine(Used) + " of " + Twine(Total) + " available profile records (" +
1173 Twine(Coverage) + "%) were applied",
1185 Twine(Used) + " of " + Twine(Total) + " available profile samples (" +
1186 Twine(Coverage) + "%) were applied",