HomeSort by relevance Sort by last modified time
    Searched refs:VD0 (Results 1 - 2 of 2) sorted by null

  /external/llvm/unittests/ProfileData/
InstrProfTest.cpp 222 InstrProfValueData VD0[] = {
224 Record1.addValueData(IPVK_IndirectCallTarget, 0, VD0, 3, nullptr);
264 InstrProfValueData VD0[] = {{1000, 1}, {2000, 2}, {3000, 3}, {5000, 5},
266 Record.addValueData(IPVK_IndirectCallTarget, 0, VD0, 6, nullptr);
365 InstrProfValueData VD0[] = {
367 Record1.addValueData(IPVK_IndirectCallTarget, 0, VD0, 3, nullptr);
411 InstrProfValueData VD0[] = {
413 Record1.addValueData(IPVK_IndirectCallTarget, 0, VD0, 3, nullptr);
465 InstrProfValueData VD0[] = {{uint64_t(callee1), 1},
469 Record11.addValueData(IPVK_IndirectCallTarget, 0, VD0, 4, nullptr)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/ProfileData/
InstrProfTest.cpp 235 InstrProfValueData VD0[] = {
237 Record1.addValueData(IPVK_IndirectCallTarget, 0, VD0, 3, nullptr);
277 InstrProfValueData VD0[] = {{1000, 1}, {2000, 2}, {3000, 3}, {5000, 5},
279 Record.addValueData(IPVK_IndirectCallTarget, 0, VD0, 6, nullptr);
375 InstrProfValueData VD0[] = {
377 Record1.addValueData(IPVK_IndirectCallTarget, 0, VD0, 3, nullptr);
418 InstrProfValueData VD0[] = {
420 Record1.addValueData(IPVK_IndirectCallTarget, 0, VD0, 3, nullptr);
467 InstrProfValueData VD0[] = {{uint64_t(callee1), 1},
471 Record11.addValueData(IPVK_IndirectCallTarget, 0, VD0, 4, nullptr)
    [all...]

Completed in 446 milliseconds