Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1105 struct LSRFixup { struct
1123 LSRFixup() = default;
1181 SmallVector<LSRFixup, 8> Fixups;
1214 LSRFixup &getNewFixup() { in getNewFixup()
1215 Fixups.push_back(LSRFixup()); in getNewFixup()
1219 void pushFixup(LSRFixup &f) { in pushFixup()
1392 for (const LSRFixup &Fixup : LU.Fixups) { in RateFormula()
1637 for (const LSRFixup &Fixup : Fixups) { in print()
3361 LSRFixup &LF = LU.getNewFixup(); in CollectFixupsAndInitialFormulae()
3514 LSRFixup &LF = LU.getNewFixup(); in CollectLoopInvariantFixupsAndFormulae()
[all …]