Lines Matching refs:ComputeHash

1038   StringRef R = Symtab.getFuncName(IndexedInstrProf::ComputeHash("func1"));  in TEST_P()
1040 R = Symtab.getFuncName(IndexedInstrProf::ComputeHash("func2")); in TEST_P()
1042 R = Symtab.getFuncName(IndexedInstrProf::ComputeHash("func3")); in TEST_P()
1044 R = Symtab.getFuncName(IndexedInstrProf::ComputeHash("bar1")); in TEST_P()
1046 R = Symtab.getFuncName(IndexedInstrProf::ComputeHash("bar2")); in TEST_P()
1048 R = Symtab.getFuncName(IndexedInstrProf::ComputeHash("bar3")); in TEST_P()
1052 R = Symtab.getFuncName(IndexedInstrProf::ComputeHash("bar4")); in TEST_P()
1054 R = Symtab.getFuncName(IndexedInstrProf::ComputeHash("foo4")); in TEST_P()
1063 R = Symtab.getFuncName(IndexedInstrProf::ComputeHash("blah_1")); in TEST_P()
1065 R = Symtab.getFuncName(IndexedInstrProf::ComputeHash("blah_2")); in TEST_P()
1067 R = Symtab.getFuncName(IndexedInstrProf::ComputeHash("blah_3")); in TEST_P()
1069 R = Symtab.getFuncName(IndexedInstrProf::ComputeHash("func1")); in TEST_P()
1071 R = Symtab.getFuncName(IndexedInstrProf::ComputeHash("func2")); in TEST_P()
1073 R = Symtab.getFuncName(IndexedInstrProf::ComputeHash("func3")); in TEST_P()
1075 R = Symtab.getFuncName(IndexedInstrProf::ComputeHash("bar1")); in TEST_P()
1077 R = Symtab.getFuncName(IndexedInstrProf::ComputeHash("bar2")); in TEST_P()
1079 R = Symtab.getFuncName(IndexedInstrProf::ComputeHash("bar3")); in TEST_P()
1118 uint64_t Key = IndexedInstrProf::ComputeHash(PGOName); 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()
1188 StringRef R = Symtab.getFuncName(IndexedInstrProf::ComputeHash(N[J])); in TEST_P()