Searched refs:DerivedCCG (Results 1 – 1 of 1) sorted by relevance
154 template <typename DerivedCCG, typename FuncTy, typename CallTy>186 const CallsiteContextGraph<DerivedCCG, FuncTy, CallTy> *>;188 const CallsiteContextGraph<DerivedCCG, FuncTy, CallTy> *>;501 return static_cast<const DerivedCCG *>(this)->getStackId(IdOrIndex); in getStackId()520 return static_cast<DerivedCCG *>(this)->calleeMatchesFunc( in calleeMatchesFunc()527 return static_cast<DerivedCCG *>(this)->getStackIdsWithContextNodesForCall( in getStackIdsWithContextNodesForCall()533 return static_cast<DerivedCCG *>(this)->getLastStackId(Call); in getLastStackId()539 static_cast<DerivedCCG *>(this)->updateAllocationCall(Call, AllocType); in updateAllocationCall()545 static_cast<DerivedCCG *>(this)->updateCall(CallerCall, CalleeFunc); in updateCall()554 return static_cast<DerivedCCG *>(this)->cloneFunctionForCallsite( in cloneFunctionForCallsite()[all …]