Lines Matching refs:InstrProfRecord
73 InstrProfRecord Record("foo", 0x1234, {1, 2, 3, 4}); in TEST_P()
91 InstrProfRecord Record1("foo", 0x1234, {1, 2}); in TEST_P()
92 InstrProfRecord Record2("foo", 0x1235, {3, 4}); in TEST_P()
98 Expected<InstrProfRecord> R = Reader->getInstrProfRecord("foo", 0x1234); in TEST_P()
118 InstrProfRecord Record1("foo", 0x1234, {1, 2}); in TEST_P()
119 InstrProfRecord Record2("foo", 0x1235, {3, 4}); in TEST_P()
145 InstrProfRecord Record1("func1", 0x1234, {97531}); in TEST_F()
146 InstrProfRecord Record2("func2", 0x1234, {0, 0}); in TEST_F()
147 InstrProfRecord Record3("func3", 0x1234, in TEST_F()
151 InstrProfRecord Record4("func4", 0x1234, {0}); in TEST_F()
215 InstrProfRecord Record1("caller", 0x1234, {1, 2}); in TEST_P()
216 InstrProfRecord Record2("callee1", 0x1235, {3, 4}); in TEST_P()
217 InstrProfRecord Record3("callee2", 0x1235, {3, 4}); in TEST_P()
218 InstrProfRecord Record4("callee3", 0x1235, {3, 4}); in TEST_P()
239 Expected<InstrProfRecord> R = Reader->getInstrProfRecord("caller", 0x1234); in TEST_P()
262 InstrProfRecord Record("caller", 0x1234, {1, 2}); in TEST_P()
270 Expected<InstrProfRecord> R = Reader->getInstrProfRecord("caller", 0x1234); in TEST_P()
358 InstrProfRecord Record1("caller", 0x1234, {1, 2}); in TEST_P()
359 InstrProfRecord Record2("callee1", 0x1235, {3, 4}); in TEST_P()
360 InstrProfRecord Record3("callee2", 0x1235, {3, 4}); in TEST_P()
361 InstrProfRecord Record4("callee3", 0x1235, {3, 4}); in TEST_P()
382 Expected<InstrProfRecord> R = Reader->getInstrProfRecord("caller", 0x1234); in TEST_P()
404 InstrProfRecord Record1("caller", 0x1234, {1, 2}); in TEST_P()
405 InstrProfRecord Record2("callee1", 0x1235, {3, 4}); in TEST_P()
406 InstrProfRecord Record3("callee2", 0x1235, {3, 4}); in TEST_P()
407 InstrProfRecord Record4("callee3", 0x1235, {3, 4}); in TEST_P()
435 Expected<InstrProfRecord> R = Reader->getInstrProfRecord("caller", 0x1234); in TEST_P()
455 InstrProfRecord Record11(caller, 0x1234, {1, 2}); in TEST_P()
456 InstrProfRecord Record12(caller, 0x1234, {1, 2}); in TEST_P()
457 InstrProfRecord Record2(callee1, 0x1235, {3, 4}); in TEST_P()
458 InstrProfRecord Record3(callee2, 0x1235, {3, 4}); in TEST_P()
459 InstrProfRecord Record4(callee3, 0x1235, {3, 4}); in TEST_P()
460 InstrProfRecord Record5(callee3, 0x1235, {3, 4}); in TEST_P()
461 InstrProfRecord Record6(callee4, 0x1235, {3, 5}); in TEST_P()
517 Expected<InstrProfRecord> R = Reader->getInstrProfRecord("caller", 0x1234); in TEST_P()
568 InstrProfRecord Record1("foo", 0x1234, {1}); in TEST_P()
574 InstrProfRecord Record2("foo", 0x1234, {Max}); in TEST_P()
579 InstrProfRecord Record3(bar, 0x9012, {8}); in TEST_P()
584 InstrProfRecord Record4("baz", 0x5678, {3, 4}); in TEST_P()
593 InstrProfRecord Record5("baz", 0x5678, {5, 6}); in TEST_P()
605 Expected<InstrProfRecord> ReadRecord1 = in TEST_P()
610 Expected<InstrProfRecord> ReadRecord2 = in TEST_P()
626 InstrProfRecord Record11(caller, 0x1234, {1, 2}); in TEST_P()
627 InstrProfRecord Record12(caller, 0x1234, {1, 2}); in TEST_P()
657 Expected<InstrProfRecord> R = Reader->getInstrProfRecord("caller", 0x1234); in TEST_P()
669 static void addValueProfData(InstrProfRecord &Record) { in addValueProfData()
693 InstrProfRecord SrcRecord("caller", 0x1234, {1ULL << 31, 2}); in TEST_P()
698 InstrProfRecord Record("caller", 0x1234, {1ULL << 31, 2}); in TEST_P()
759 InstrProfRecord SrcRecord("caller", 0x1234, {1ULL << 31, 2}); in TEST_P()
764 InstrProfRecord Record("caller", 0x1234, {1ULL << 31, 2}); in TEST_P()
797 InstrProfRecord Record1("foo", 0x1234, {1ULL << 31, 2}); in TEST_P()
798 InstrProfRecord Record2("bar", 0, {1ULL << 63}); in TEST_P()
799 InstrProfRecord Record3("baz", 0x5678, {0, 0, 0, 0}); in TEST_P()
810 InstrProfRecord Record1("foo", 0x1234, {1, 2}); in TEST_P()
811 InstrProfRecord Record2("foo", 0x1235, {3, 4}); in TEST_P()
989 InstrProfRecord Record1("foo", 0x1234, {0}); in TEST_F()
990 InstrProfRecord Record2("bar", 0x4321, {0, 0}); in TEST_F()
991 InstrProfRecord Record3("bar", 0x4321, {0, 0, 0}); in TEST_F()