Searched refs:CurCallee (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | MemProfContextDisambiguation.cpp | 671 const Function *ProfiledCallee, Value *CurCallee, unsigned Depth, 748 ValueInfo ProfiledCallee, ValueInfo CurCallee, unsigned Depth, 1968 const Function *ProfiledCallee, Value *CurCallee, unsigned Depth, in findProfiledCalleeThroughTailCalls() argument 1980 auto *CalleeFunc = dyn_cast<Function>(CurCallee); in findProfiledCalleeThroughTailCalls() 1982 auto *Alias = dyn_cast<GlobalAlias>(CurCallee); in findProfiledCalleeThroughTailCalls() 2087 ValueInfo ProfiledCallee, ValueInfo CurCallee, unsigned Depth, in findProfiledCalleeThroughTailCalls() argument 2114 for (auto &S : CurCallee.getSummaryList()) { in findProfiledCalleeThroughTailCalls() 2116 !isPrevailing(CurCallee.getGUID(), S.get())) in findProfiledCalleeThroughTailCalls() 2121 auto FSVI = CurCallee; in findProfiledCalleeThroughTailCalls()
|