D | InstrProfTest.cpp | 209 static const char callee3[] = "callee3"; variable 223 {(uint64_t)callee1, 1}, {(uint64_t)callee2, 2}, {(uint64_t)callee3, 3}}; in TEST_P() 366 {(uint64_t)callee1, 1}, {(uint64_t)callee2, 2}, {(uint64_t)callee3, 3}}; in TEST_P() 412 {(uint64_t)callee1, 1}, {(uint64_t)callee2, 2}, {(uint64_t)callee3, 3}}; in TEST_P() 459 InstrProfRecord Record4(callee3, 0x1235, {3, 4}); in TEST_P() 460 InstrProfRecord Record5(callee3, 0x1235, {3, 4}); in TEST_P() 467 {uint64_t(callee3), 3}, in TEST_P() 475 {uint64_t(callee1), 1}, {uint64_t(callee2), 2}, {uint64_t(callee3), 3}}; in TEST_P() 483 {uint64_t(callee3), 3}}; in TEST_P() 488 InstrProfValueData VD02[] = {{uint64_t(callee2), 5}, {uint64_t(callee3), 3}}; in TEST_P() [all …]
|