Searched refs:LoopDataPrefetch (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LoopDataPrefetch.cpp | 62 class LoopDataPrefetch { class 64 LoopDataPrefetch(AssumptionCache *AC, DominatorTree *DT, LoopInfo *LI, in LoopDataPrefetch() function in __anon42e9458e0111::LoopDataPrefetch 156 bool LoopDataPrefetch::isStrideLargeEnough(const SCEVAddRecExpr *AR, in isStrideLargeEnough() 182 LoopDataPrefetch LDP(AC, DT, LI, SE, TTI, ORE); in run() 209 LoopDataPrefetch LDP(AC, DT, LI, SE, TTI, ORE); in runOnFunction() 213 bool LoopDataPrefetch::run() { in run() 274 bool LoopDataPrefetch::runOnLoop(Loop *L) { in runOnLoop()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVProcessors.td | 17 // Information needed by LoopDataPrefetch.
|
| /freebsd-14.2/lib/clang/libllvm/ |
| H A D | Makefile | 1833 SRCS_MIN+= Transforms/Scalar/LoopDataPrefetch.cpp
|