Searched refs:CallerEdge (Results 1 – 1 of 1) sorted by relevance
945 CallerEdges, [Edge](const std::shared_ptr<ContextEdge> &CallerEdge) { in eraseCallerEdge() argument946 return CallerEdge.get() == Edge; in eraseCallerEdge()2751 auto CallerEdge = *EI; in identifyClones() local2761 set_intersection(CallerEdge->getContextIds(), AllocContextIds); in identifyClones()2787 assert(CallerEdge->AllocTypes != (uint8_t)AllocationType::None); in identifyClones()2814 moveEdgeToExistingCalleeClone(CallerEdge, Clone, &EI, /*NewClone=*/false, in identifyClones()2818 moveEdgeToNewCalleeClone(CallerEdge, &EI, CallerEdgeContextsForAlloc); in identifyClones()