Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1108 struct LSRFixup { struct
1126 LSRFixup() = default;
1184 SmallVector<LSRFixup, 8> Fixups;
1217 LSRFixup &getNewFixup() { in getNewFixup()
1218 Fixups.push_back(LSRFixup()); in getNewFixup()
1222 void pushFixup(LSRFixup &f) { in pushFixup()
1397 for (const LSRFixup &Fixup : LU.Fixups) { in RateFormula()
1642 for (const LSRFixup &Fixup : Fixups) { in print()
3377 LSRFixup &LF = LU.getNewFixup(); in CollectFixupsAndInitialFormulae()
3555 LSRFixup &LF = LU.getNewFixup(); in CollectLoopInvariantFixupsAndFormulae()
[all …]