Searched defs:FoundMultipleCalleeChains (Results 1 – 1 of 1) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | MemProfContextDisambiguation.cpp | 1818 findProfiledCalleeThroughTailCalls(const Function * ProfiledCallee,Value * CurCallee,unsigned Depth,std::vector<std::pair<Instruction *,Function * >> & FoundCalleeChain,bool & FoundMultipleCalleeChains) findProfiledCalleeThroughTailCalls() argument 1913 bool FoundMultipleCalleeChains = false; calleeMatchesFunc() local 1935 findProfiledCalleeThroughTailCalls(ValueInfo ProfiledCallee,ValueInfo CurCallee,unsigned Depth,std::vector<std::pair<IndexCall,FunctionSummary * >> & FoundCalleeChain,bool & FoundMultipleCalleeChains) findProfiledCalleeThroughTailCalls() argument 2038 bool FoundMultipleCalleeChains = false; calleeMatchesFunc() local [all...] |