Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DMemProfContextDisambiguation.cpp458 bool hasCall() const { return (bool)Call.call(); } in hasCall() function
2362 if (!Edge->Callee->hasCall()) in handleCallsitesWithMultipleTargets()
2414 return !it.second->hasCall() || it.second->Call != it.first; in handleCallsitesWithMultipleTargets()
2455 if (!Edge->Callee->hasCall()) in partitionCallsByCallee()
2487 if (!Edge->Callee->hasCall()) in partitionCallsByCallee()
3131 if (Node->hasCall()) { in getNodeLabel()
3642 if (!Node->hasCall()) in identifyClones()
3766 if (!CallerEdge->Caller->hasCall()) in identifyClones()
4440 assert(Caller->hasCall()); in assignFunctions()
4459 assert(Node->hasCall() && in assignFunctions()
[all …]