Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopDataPrefetch.cpp62 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 DRISCVProcessors.td17 // Information needed by LoopDataPrefetch.
/freebsd-14.2/lib/clang/libllvm/
H A DMakefile1833 SRCS_MIN+= Transforms/Scalar/LoopDataPrefetch.cpp