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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopDataPrefetch.cpp1 //===-------- LoopDataPrefetch.cpp - Loop Data Prefetching Pass -----------===//
13 #include "llvm/Transforms/Scalar/LoopDataPrefetch.h"
62 class LoopDataPrefetch { class in namespace:__anon4647
64 LoopDataPrefetch(AssumptionCache *AC, DominatorTree *DT, LoopInfo *LI, function in class:__anon4647::LoopDataPrefetch
153 bool LoopDataPrefetch::isStrideLargeEnough(const SCEVAddRecExpr *AR,
179 LoopDataPrefetch LDP(AC, DT, LI, SE, TTI, ORE);
206 LoopDataPrefetch LDP(AC, DT, LI, SE, TTI, ORE);
210 bool LoopDataPrefetch::run() {
270 bool LoopDataPrefetch::runOnLoop(Loop *L) {
/freebsd-13-stable/lib/clang/libllvm/
H A DMakefile1495 SRCS_MIN+= Transforms/Scalar/LoopDataPrefetch.cpp

Completed in 106 milliseconds