Searched refs:PGOName (Results 1 – 5 of 5) 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()
582 StringRef PGOName = getFuncName(FuncMD5Hash); in getOrigFuncName() local583 size_t S = PGOName.find_first_of(':'); in getOrigFuncName()585 return PGOName; in getOrigFuncName()586 return PGOName.drop_front(S + 1); in getOrigFuncName()
588 StringRef PGOName = getFuncName(FuncMD5Hash); in getOrigFuncName() local589 size_t S = PGOName.find_first_of(':'); in getOrigFuncName()591 return PGOName; in getOrigFuncName()592 return PGOName.drop_front(S + 1); in getOrigFuncName()
917 std::string PGOName = getPGOFuncName(*F); in TEST_P() local918 uint64_t Key = IndexedInstrProf::ComputeHash(PGOName); in TEST_P()919 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()