Searched refs:PGOName (Results 1 – 2 of 2) sorted by relevance
537 StringRef PGOName = getFuncName(FuncMD5Hash); in getOrigFuncName() local538 size_t S = PGOName.find_first_of(':'); in getOrigFuncName()540 return PGOName; in getOrigFuncName()541 return PGOName.drop_front(S + 1); in getOrigFuncName()
915 std::string PGOName = getPGOFuncName(*F); in TEST_P() local916 uint64_t Key = IndexedInstrProf::ComputeHash(PGOName); in TEST_P()917 ASSERT_EQ(StringRef(PGOName), in TEST_P()