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

  /external/llvm/unittests/ProfileData/
InstrProfTest.cpp 641 InstrProfValueData VD1[255];
643 VD1[I].Value = 2 * I + 1;
644 VD1[I].Count = 2 * I + 1001;
647 Record12.addValueData(IPVK_IndirectCallTarget, 0, VD1, 255, nullptr);
677 InstrProfValueData VD1[] = {{uint64_t(callee5), 800},
681 Record.addValueData(IPVK_IndirectCallTarget, 1, VD1, 4, nullptr);
709 auto Cmp = [](const InstrProfValueData &VD1, const InstrProfValueData &VD2) {
710 return VD1.Count > VD2.Count;
779 auto Cmp = [](const InstrProfValueData &VD1, const InstrProfValueData &VD2) {
780 return VD1.Count > VD2.Count
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/ProfileData/
InstrProfTest.cpp 642 InstrProfValueData VD1[255];
644 VD1[I].Value = 2 * I + 1;
645 VD1[I].Count = 2 * I + 1001;
648 Record12.addValueData(IPVK_IndirectCallTarget, 0, VD1, 255, nullptr);
678 InstrProfValueData VD1[] = {{uint64_t(callee5), 800},
682 Record.addValueData(IPVK_IndirectCallTarget, 1, VD1, 4, nullptr);
710 auto Cmp = [](const InstrProfValueData &VD1, const InstrProfValueData &VD2) {
711 return VD1.Count > VD2.Count;
779 auto Cmp = [](const InstrProfValueData &VD1, const InstrProfValueData &VD2) {
780 return VD1.Count > VD2.Count
    [all...]

Completed in 276 milliseconds