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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp1 //===- LoopIdiomRecognize.cpp - Loop idiom recognition --------------------===//
39 #include "llvm/Transforms/Scalar/LoopIdiomRecognize.h"
118 class LoopIdiomRecognize { class in namespace:__anon4652
132 explicit LoopIdiomRecognize(AliasAnalysis *AA, DominatorTree *DT, function in class:__anon4652::LoopIdiomRecognize
244 LoopIdiomRecognize LIR(AA, DT, LI, SE, TLI, TTI, MSSA, DL, ORE);
272 LoopIdiomRecognize LIR(&AR.AA, &AR.DT, &AR.LI, &AR.SE, &AR.TLI, &AR.TTI,
300 // Implementation of LoopIdiomRecognize
304 bool LoopIdiomRecognize::runOnLoop(Loop *L) {
331 bool LoopIdiomRecognize::runOnCountableLoop() {
420 LoopIdiomRecognize
[all...]
/freebsd-13-stable/lib/clang/libllvm/
H A DMakefile1499 SRCS_MIN+= Transforms/Scalar/LoopIdiomRecognize.cpp

Completed in 112 milliseconds