Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DMemProfContextDisambiguation.cpp1255 CallerEdges, [Edge](const std::shared_ptr<ContextEdge> &CallerEdge) { in eraseCallerEdge() argument
1256 return CallerEdge.get() == Edge; in eraseCallerEdge()
3751 for (auto &CallerEdge : CallerEdges) { in identifyClones() local
3753 if (CallerEdge->isRemoved()) { in identifyClones()
3754 assert(!is_contained(Node->CallerEdges, CallerEdge)); in identifyClones()
3757 assert(CallerEdge->Callee == Node); in identifyClones()
3766 if (!CallerEdge->Caller->hasCall()) in identifyClones()
3772 set_intersection(CallerEdge->getContextIds(), AllocContextIds); in identifyClones()
3803 assert(CallerEdge->AllocTypes != (uint8_t)AllocationType::None); in identifyClones()
3805 if (!CallerEdge->IsBackedge && in identifyClones()
[all …]