Searched refs:identifyClones (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | MemProfContextDisambiguation.cpp | 166 void identifyClones(); 610 void identifyClones(ContextNode *Node, DenseSet<const ContextNode *> &Visited, 2637 void CallsiteContextGraph<DerivedCCG, FuncTy, CallTy>::identifyClones() { in identifyClones() function in CallsiteContextGraph 2641 identifyClones(Entry.second, Visited, Entry.second->getContextIds()); in identifyClones() 2659 void CallsiteContextGraph<DerivedCCG, FuncTy, CallTy>::identifyClones( in identifyClones() function in CallsiteContextGraph 2695 identifyClones(Edge->Caller, Visited, AllocContextIds); in identifyClones() 3829 identifyClones(); in process()
|