Lines Matching refs:Profile
47 void readProfile(std::unique_ptr<MemoryBuffer> Profile, in readProfile()
49 auto ReaderOrErr = IndexedInstrProfReader::create(std::move(Profile), in readProfile()
66 auto Profile = Writer.writeBuffer(); in TEST_P() local
67 readProfile(std::move(Profile)); in TEST_P()
78 auto Profile = Writer.writeBuffer(); in TEST_P() local
79 readProfile(std::move(Profile)); in TEST_P()
96 auto Profile = Writer.writeBuffer(); in TEST_P() local
97 readProfile(std::move(Profile)); in TEST_P()
121 auto Profile = Writer.writeBuffer(); in TEST_P() local
122 readProfile(std::move(Profile)); in TEST_P()
155 auto Profile = Writer.writeBuffer(); in TEST_F() local
156 readProfile(std::move(Profile)); in TEST_F()
212 auto Profile = Writer.writeBuffer(); in TEST_F() local
213 readProfile(std::move(Profile)); in TEST_F()
310 auto Profile = Writer.writeBuffer(); in TEST_F() local
311 readProfile(std::move(Profile)); in TEST_F()
352 auto Profile = Writer.writeBuffer(); in TEST_F() local
353 readProfile(std::move(Profile)); in TEST_F()
393 auto Profile = Writer.writeBuffer(); in TEST_F() local
394 readProfile(std::move(Profile)); in TEST_F()
450 auto Profile = Writer.writeBuffer(); in TEST_P() local
451 readProfile(std::move(Profile)); in TEST_P()
482 auto Profile = Writer.writeBuffer(); in TEST_P() local
483 readProfile(std::move(Profile)); in TEST_P()
590 auto Profile = Writer.writeBuffer(); in TEST_P() local
591 readProfile(std::move(Profile)); in TEST_P()
637 auto Profile = Writer.writeBuffer(); in TEST_P() local
638 readProfile(std::move(Profile)); in TEST_P()
717 auto Profile = Writer.writeBuffer(); in TEST_P() local
718 readProfile(std::move(Profile)); in TEST_P()
803 auto Profile = Writer.writeBuffer(); in TEST_P() local
804 readProfile(std::move(Profile)); in TEST_P()
856 auto Profile = Writer.writeBuffer(); in TEST_P() local
857 readProfile(std::move(Profile)); in TEST_P()
1001 auto Profile = Writer.writeBuffer(); in TEST_P() local
1002 readProfile(std::move(Profile)); in TEST_P()
1010 auto Profile = Writer.writeBuffer(); in TEST_P() local
1011 readProfile(std::move(Profile)); in TEST_P()
1199 auto Profile = Writer.writeBuffer(); in TEST_P() local
1200 readProfile(std::move(Profile), llvm::MemoryBuffer::getMemBuffer(R"( in TEST_P()
1239 auto Profile = Writer.writeBuffer(); in TEST_F() local
1240 readProfile(std::move(Profile)); in TEST_F()