Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1121 struct LSRFixup { struct
1139 LSRFixup() = default;
1197 SmallVector<LSRFixup, 8> Fixups;
1230 LSRFixup &getNewFixup() { in getNewFixup()
1231 Fixups.push_back(LSRFixup()); in getNewFixup()
1235 void pushFixup(LSRFixup &f) { in pushFixup()
1410 for (const LSRFixup &Fixup : LU.Fixups) { in RateFormula()
1655 for (const LSRFixup &Fixup : Fixups) { in print()
3386 LSRFixup &LF = LU.getNewFixup(); in CollectFixupsAndInitialFormulae()
3577 LSRFixup &LF = LU.getNewFixup(); in CollectLoopInvariantFixupsAndFormulae()
[all …]