Searched refs:ProfiledCallee (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 2014 if (CalledFunction == ProfiledCallee) { in findProfiledCalleeThroughTailCalls() 2026 ProfiledCallee, CalledFunction, Depth + 1, in findProfiledCalleeThroughTailCalls() 2087 ValueInfo ProfiledCallee, ValueInfo CurCallee, unsigned Depth, in findProfiledCalleeThroughTailCalls() argument 2128 if (CallEdge.first == ProfiledCallee) { in findProfiledCalleeThroughTailCalls() 2143 ProfiledCallee, CallEdge.first, Depth + 1, in findProfiledCalleeThroughTailCalls()
|