Home
last modified time | relevance | path

Searched defs:LoopVersioningLICM (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopVersioningLICM.cpp143 struct LoopVersioningLICM { struct
148 LoopVersioningLICM(AliasAnalysis *AA, ScalarEvolution *SE, in LoopVersioningLICM() argument
157 void reset() { in reset()
168 class AutoResetter {
179 AliasAnalysis *AA = nullptr;
182 ScalarEvolution *SE = nullptr;
191 Loop *CurLoop = nullptr;
197 unsigned LoopDepthThreshold;
200 float InvariantThreshold;
206 unsigned InvariantCounter = 0;
[all …]