Home
last modified time | relevance | path

Searched refs:CallerEdge (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DMemProfContextDisambiguation.cpp875 CallerEdges, [Edge](const std::shared_ptr<ContextEdge> &CallerEdge) { in eraseCallerEdge() argument
876 return CallerEdge.get() == Edge; in eraseCallerEdge()
2529 auto CallerEdge = *EI; in identifyClones() local
2542 CalleeEdge->getContextIds(), CallerEdge->getContextIds())); in identifyClones()
2555 assert(CallerEdge->AllocTypes != (uint8_t)AllocationType::None); in identifyClones()
2557 if (allocTypeToUse(CallerEdge->AllocTypes) == in identifyClones()
2570 allocTypeToUse(CallerEdge->AllocTypes)) in identifyClones()
2582 moveEdgeToExistingCalleeClone(CallerEdge, Clone, &EI); in identifyClones()
2584 Clone = moveEdgeToNewCalleeClone(CallerEdge, &EI); in identifyClones()