Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1257 struct LSRFixup { struct
1275 LSRFixup() = default;
1333 SmallVector<LSRFixup, 8> Fixups;
1366 LSRFixup &getNewFixup() { in getNewFixup()
1367 Fixups.push_back(LSRFixup()); in getNewFixup()
1371 void pushFixup(LSRFixup &f) { in pushFixup()
1546 for (const LSRFixup &Fixup : LU.Fixups) { in RateFormula()
1657 bool LSRFixup::isUseFullyOutsideLoop(const Loop *L) const { in isUseFullyOutsideLoop()
1671 void LSRFixup::print(raw_ostream &OS) const { in print()
1694 LLVM_DUMP_METHOD void LSRFixup::dump() const { in dump()
[all …]