Searched refs:CallsiteContextGraph (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | MemProfContextDisambiguation.cpp | 228 class CallsiteContextGraph { class 230 CallsiteContextGraph() = default; 231 CallsiteContextGraph(const CallsiteContextGraph &) = default; 232 CallsiteContextGraph(CallsiteContextGraph &&) = default; 253 const CallsiteContextGraph &CCG) { in operator <<() 259 const CallsiteContextGraph<DerivedCCG, FuncTy, CallTy> *>; 261 const CallsiteContextGraph<DerivedCCG, FuncTy, CallTy> *>; 858 typename CallsiteContextGraph<DerivedCCG, FuncTy, CallTy>::ContextNode; 861 typename CallsiteContextGraph<DerivedCCG, FuncTy, CallTy>::ContextEdge; 864 typename CallsiteContextGraph<DerivedCCG, FuncTy, CallTy>::FuncInfo; [all …]
|