Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1071 struct LSRFixup { struct
1089 LSRFixup() = default;
1147 SmallVector<LSRFixup, 8> Fixups;
1180 LSRFixup &getNewFixup() { in getNewFixup()
1181 Fixups.push_back(LSRFixup()); in getNewFixup()
1185 void pushFixup(LSRFixup &f) { in pushFixup()
1344 for (const LSRFixup &Fixup : LU.Fixups) { in RateFormula()
1586 for (const LSRFixup &Fixup : Fixups) { in print()
3277 LSRFixup &LF = LU.getNewFixup(); in CollectFixupsAndInitialFormulae()
3427 LSRFixup &LF = LU.getNewFixup(); in CollectLoopInvariantFixupsAndFormulae()
[all …]