Home
last modified time | relevance | path

Searched refs:CallerLoads (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp123 unsigned CallerStores = 0, CallerLoads = 0; in adjustInliningThreshold() local
124 countNumMemAccesses(Ptr, CallerStores, CallerLoads, Caller); in adjustInliningThreshold()
125 if (CallerStores + CallerLoads > 10) { in adjustInliningThreshold()