Home
last modified time | relevance | path

Searched refs:FuncNames1 (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/unittests/ProfileData/
H A DInstrProfTest.cpp1128 std::vector<std::string> FuncNames1; in TEST_P() local
1134 FuncNames1.push_back(OS.str()); in TEST_P()
1137 FuncNames1.push_back(OS.str()); in TEST_P()
1150 FuncNames1, in TEST_P()
1177 StringRef R = Symtab.getFuncName(IndexedInstrProf::ComputeHash(FuncNames1[0])); in TEST_P()
1179 R = Symtab.getFuncName(IndexedInstrProf::ComputeHash(FuncNames1[1])); in TEST_P()
1183 N[0] = FuncNames1[2 * I]; in TEST_P()
1184 N[1] = FuncNames1[2 * I + 1]; in TEST_P()