Home | History | Annotate | Download | only in ProfileData

Lines Matching defs:callee2

208 static const char callee2[] = "callee2";
217 InstrProfRecord Record3("callee2", 0x1235, {3, 4});
223 {(uint64_t)callee1, 1}, {(uint64_t)callee2, 2}, {(uint64_t)callee3, 3}};
227 InstrProfValueData VD2[] = {{(uint64_t)callee1, 1}, {(uint64_t)callee2, 2}};
257 ASSERT_EQ(StringRef((const char *)VD[1].Value, 7), StringRef("callee2"));
360 InstrProfRecord Record3("callee2", 0x1235, {3, 4});
366 {(uint64_t)callee1, 1}, {(uint64_t)callee2, 2}, {(uint64_t)callee3, 3}};
370 InstrProfValueData VD2[] = {{(uint64_t)callee1, 1}, {(uint64_t)callee2, 2}};
399 ASSERT_EQ(StringRef((const char *)VD[1].Value, 7), StringRef("callee2"));
406 InstrProfRecord Record3("callee2", 0x1235, {3, 4});
412 {(uint64_t)callee1, 1}, {(uint64_t)callee2, 2}, {(uint64_t)callee3, 3}};
416 InstrProfValueData VD2[] = {{(uint64_t)callee1, 1}, {(uint64_t)callee2, 2}};
446 ASSERT_EQ(StringRef((const char *)VD[1].Value, 7), StringRef("callee2"));
458 InstrProfRecord Record3(callee2, 0x1235, {3, 4});
466 {uint64_t(callee2), 2},
475 {uint64_t(callee1), 1}, {uint64_t(callee2), 2}, {uint64_t(callee3), 3}};
482 {uint64_t(callee2), 2},
488 InstrProfValueData VD02[] = {{uint64_t(callee2), 5}, {uint64_t(callee3), 3}};
495 {uint64_t(callee2), 1}, {uint64_t(callee3), 3}, {uint64_t(callee4), 4}};
501 {uint64_t(callee2), 2},
528 ASSERT_EQ(StringRef((const char *)VD[0].Value, 7), StringRef("callee2"));
543 ASSERT_EQ(StringRef((const char *)VD_2[2].Value, 7), StringRef("callee2"));
557 ASSERT_EQ(StringRef((const char *)VD_4[1].Value, 7), StringRef("callee2"));
672 {uint64_t(callee2), 1000},
679 {uint64_t(callee2), 2500},
686 InstrProfValueData VD3[] = {{uint64_t(callee2), 1800},
715 ASSERT_EQ(StringRef((const char *)VD_0[0].Value, 7), StringRef("callee2"));
729 ASSERT_EQ(StringRef((const char *)VD_1[0].Value, 7), StringRef("callee2"));
753 ASSERT_EQ(StringRef((const char *)VD_3[1].Value, 7), StringRef("callee2"));
767 Symtab.mapAddress(uint64_t(callee2), 0x2000ULL);