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.cpp372 bool hasCall() const { return (bool)Call.call(); } in hasCall() function
1840 if (!Edge->Callee->hasCall()) in handleCallsitesWithMultipleTargets()
1860 [](const auto &it) { return !it.second->hasCall(); }); in handleCallsitesWithMultipleTargets()
2385 if (Node->hasCall()) { in getNodeLabel()
2671 if (!Node->hasCall()) in identifyClones()
2983 assert(Caller->hasCall()); in assignFunctions()
3002 assert(Node->hasCall() && in assignFunctions()
3069 if (!CE->Caller->hasCall()) in assignFunctions()
3115 if (!CE->Caller->hasCall()) in assignFunctions()
3131 if (!CE->Caller->hasCall()) in assignFunctions()
[all …]