Searched refs:CallsiteContextGraph (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | MemProfContextDisambiguation.cpp | 155 class CallsiteContextGraph { class 157 CallsiteContextGraph() = default; 158 CallsiteContextGraph(const CallsiteContextGraph &) = default; 159 CallsiteContextGraph(CallsiteContextGraph &&) = default; 180 const CallsiteContextGraph &CCG) { in operator <<() 186 const CallsiteContextGraph<DerivedCCG, FuncTy, CallTy> *>; 188 const CallsiteContextGraph<DerivedCCG, FuncTy, CallTy> *>; 642 typename CallsiteContextGraph<DerivedCCG, FuncTy, CallTy>::ContextNode; 645 typename CallsiteContextGraph<DerivedCCG, FuncTy, CallTy>::ContextEdge; 648 typename CallsiteContextGraph<DerivedCCG, FuncTy, CallTy>::FuncInfo; [all …]
|