Searched refs:CallerGUID (Results 1 – 3 of 3) sorted by relevance
226 uint64_t CallerGUID = memprof::getGUID(CallerName); in extractCallsFromIR() local247 Calls[CallerGUID].emplace_back(Loc, CalleeGUID); in extractCallsFromIR()256 for (auto &[CallerGUID, CallList] : Calls) { in extractCallsFromIR()277 for (const auto &[CallerGUID, IRAnchors] : CallsFromIR) { in computeUndriftMap()278 auto It = CallsFromProfile.find(CallerGUID); in computeUndriftMap()288 UndriftMaps.try_emplace(CallerGUID, std::move(Matchings)).second; in computeUndriftMap()
197 uint64_t CallerGUID = F.Function; in operator() local199 CallerCalleePairs[CallerGUID].emplace_back(Loc, CalleeGUID); in operator()211 CalleeGUID = CallerGUID; in operator()
1534 for (auto &[CallerGUID, CallList] : Pairs) { in getMemProfCallerCalleePairs()