Searched refs:CalleeVal (Results 1 – 1 of 1) sorted by relevance
2051 auto *CalleeVal = CB->getCalledOperand()->stripPointerCasts(); in calleeMatchesFunc() local2052 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()