Searched refs:CallerLoads (Results 1 – 1 of 1) sorted by relevance
123 unsigned CallerStores = 0, CallerLoads = 0; in adjustInliningThreshold() local124 countNumMemAccesses(Ptr, CallerStores, CallerLoads, Caller); in adjustInliningThreshold()125 if (CallerStores + CallerLoads > 10) { in adjustInliningThreshold()