Lines Matching refs:Profile
50 void readProfile(std::unique_ptr<MemoryBuffer> Profile) {
51 auto ReaderOrErr = IndexedInstrProfReader::create(std::move(Profile));
67 auto Profile = Writer.writeBuffer();
68 readProfile(std::move(Profile));
75 auto Profile = Writer.writeBuffer();
76 readProfile(std::move(Profile));
95 auto Profile = Writer.writeBuffer();
96 readProfile(std::move(Profile));
122 auto Profile = Writer.writeBuffer();
123 readProfile(std::move(Profile));
143 // Profile data is copied from general.proftext
156 auto Profile = Writer.writeBuffer();
157 readProfile(std::move(Profile));
225 // No value profile data at the second site.
236 auto Profile = Writer.writeBuffer();
237 readProfile(std::move(Profile));
268 auto Profile = Writer.writeBuffer();
269 readProfile(std::move(Profile));
285 // Use branch instruction to annotate with value profile data for simplicity
368 // No value profile data at the second site.
379 auto Profile = Writer.writeBuffer();
380 readProfile(std::move(Profile));
414 // No value profile data at the second site.
429 auto Profile = Writer.writeBuffer();
430 readProfile(std::move(Profile));
471 // No value profile data at the second site.
491 // No value profile data at the second site.
506 // Merge profile data.
514 auto Profile = Writer.writeBuffer();
515 readProfile(std::move(Profile));
601 auto Profile = Writer.writeBuffer();
602 readProfile(std::move(Profile));
651 // Merge profile data.
654 auto Profile = Writer.writeBuffer();
655 readProfile(std::move(Profile));
803 auto Profile = Writer.writeBuffer();
804 readProfile(std::move(Profile));
814 auto Profile = Writer.writeBuffer();
815 readProfile(std::move(Profile));
829 // Testing symtab creator interface used by indexed profile reader.
887 // Testing symtab creator interface used by value profile transformer.
924 // used by coverage map reader, and raw profile reader.
996 auto Profile = Writer.writeBuffer();
997 readProfile(std::move(Profile));