Lines Matching refs:callee2
208 static const char callee2[] = "callee2"; variable
223 {(uint64_t)callee1, 1}, {(uint64_t)callee2, 2}, {(uint64_t)callee3, 3}}; in TEST_P()
227 InstrProfValueData VD2[] = {{(uint64_t)callee1, 1}, {(uint64_t)callee2, 2}}; in TEST_P()
366 {(uint64_t)callee1, 1}, {(uint64_t)callee2, 2}, {(uint64_t)callee3, 3}}; in TEST_P()
370 InstrProfValueData VD2[] = {{(uint64_t)callee1, 1}, {(uint64_t)callee2, 2}}; in TEST_P()
412 {(uint64_t)callee1, 1}, {(uint64_t)callee2, 2}, {(uint64_t)callee3, 3}}; in TEST_P()
416 InstrProfValueData VD2[] = {{(uint64_t)callee1, 1}, {(uint64_t)callee2, 2}}; in TEST_P()
458 InstrProfRecord Record3(callee2, 0x1235, {3, 4}); in TEST_P()
466 {uint64_t(callee2), 2}, in TEST_P()
475 {uint64_t(callee1), 1}, {uint64_t(callee2), 2}, {uint64_t(callee3), 3}}; in TEST_P()
482 {uint64_t(callee2), 2}, in TEST_P()
488 InstrProfValueData VD02[] = {{uint64_t(callee2), 5}, {uint64_t(callee3), 3}}; in TEST_P()
495 {uint64_t(callee2), 1}, {uint64_t(callee3), 3}, {uint64_t(callee4), 4}}; in TEST_P()
501 {uint64_t(callee2), 2}, in TEST_P()
672 {uint64_t(callee2), 1000}, in addValueProfData()
679 {uint64_t(callee2), 2500}, in addValueProfData()
686 InstrProfValueData VD3[] = {{uint64_t(callee2), 1800}, in addValueProfData()
767 Symtab.mapAddress(uint64_t(callee2), 0x2000ULL); in TEST_P()