Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DMemProfContextDisambiguation.cpp2051 auto *CalleeVal = CB->getCalledOperand()->stripPointerCasts(); in calleeMatchesFunc() local
2052 auto *CalleeFunc = dyn_cast<Function>(CalleeVal); in calleeMatchesFunc()
2055 auto *Alias = dyn_cast<GlobalAlias>(CalleeVal); in calleeMatchesFunc()
2068 if (!findProfiledCalleeThroughTailCalls(Func, CalleeVal, Depth, in calleeMatchesFunc()
2073 << " that actually called " << CalleeVal->getName() in calleeMatchesFunc()