Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DLoopDataPrefetch.cpp62 class LoopDataPrefetch { class
64 LoopDataPrefetch(AssumptionCache *AC, LoopInfo *LI, ScalarEvolution *SE, in LoopDataPrefetch() function in __anon031a9abd0111::LoopDataPrefetch
141 bool LoopDataPrefetch::isStrideLargeEnough(const SCEVAddRecExpr *AR) { in isStrideLargeEnough()
166 LoopDataPrefetch LDP(AC, LI, SE, TTI, ORE); in run()
192 LoopDataPrefetch LDP(AC, LI, SE, TTI, ORE); in runOnFunction()
196 bool LoopDataPrefetch::run() { in run()
213 bool LoopDataPrefetch::runOnLoop(Loop *L) { in runOnLoop()
/freebsd-12.1/lib/clang/libllvm/
H A DMakefile1368 SRCS_MIN+= Transforms/Scalar/LoopDataPrefetch.cpp