Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopDataPrefetch.cpp61 class LoopDataPrefetch { class
63 LoopDataPrefetch(AssumptionCache *AC, DominatorTree *DT, LoopInfo *LI, in LoopDataPrefetch() function in __anon0c2e89580111::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()
273 bool LoopDataPrefetch::runOnLoop(Loop *L) { in runOnLoop()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVProcessors.td22 // Information needed by LoopDataPrefetch.
/freebsd/lib/clang/libllvm/
H A DMakefile1994 SRCS_MIN+= Transforms/Scalar/LoopDataPrefetch.cpp