Lines Matching refs:Ret
178 auto *Ret = allocContextNode(AllocPlace, Guid, NrCounters, NrCallsites, in getCallsiteSlow() local
180 *InsertionPoint = Ret; in getCallsiteSlow()
181 return Ret; in getCallsiteSlow()
224 auto *Ret = Callsite ? Callsite in __llvm_ctx_profile_get_context() local
227 if (Ret->callsites_size() != NrCallsites || in __llvm_ctx_profile_get_context()
228 Ret->counters_size() != NrCounters) in __llvm_ctx_profile_get_context()
231 reinterpret_cast<void *>(Ret), Guid, NrCallsites, in __llvm_ctx_profile_get_context()
232 NrCounters, Ret->guid(), Ret->callsites_size(), in __llvm_ctx_profile_get_context()
233 Ret->counters_size()); in __llvm_ctx_profile_get_context()
234 onContextEnter(*Ret); in __llvm_ctx_profile_get_context()
235 return Ret; in __llvm_ctx_profile_get_context()