Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopDataPrefetch.cpp64 class LoopDataPrefetch { class
66 LoopDataPrefetch(AssumptionCache *AC, DominatorTree *DT, LoopInfo *LI, in LoopDataPrefetch() function in __anon7a27380c0111::LoopDataPrefetch
155 bool LoopDataPrefetch::isStrideLargeEnough(const SCEVAddRecExpr *AR, in isStrideLargeEnough()
181 LoopDataPrefetch LDP(AC, DT, LI, SE, TTI, ORE); in run()
208 LoopDataPrefetch LDP(AC, DT, LI, SE, TTI, ORE); in runOnFunction()
212 bool LoopDataPrefetch::run() { in run()
272 bool LoopDataPrefetch::runOnLoop(Loop *L) { in runOnLoop()
/freebsd-13.1/lib/clang/libllvm/
H A DMakefile1583 SRCS_MIN+= Transforms/Scalar/LoopDataPrefetch.cpp