Searched refs:PGOName (Results 1 – 4 of 4) 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()
587 StringRef PGOName = getFuncName(FuncMD5Hash); in getOrigFuncName() local588 size_t S = PGOName.find_first_of(':'); in getOrigFuncName()590 return PGOName; in getOrigFuncName()591 return PGOName.drop_front(S + 1); in getOrigFuncName()
916 std::string PGOName = getPGOFuncName(*F); in TEST_P() local917 uint64_t Key = IndexedInstrProf::ComputeHash(PGOName); in TEST_P()918 ASSERT_EQ(StringRef(PGOName), in TEST_P()
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()