Searched refs:LSRFixup (Results 1 – 1 of 1) sorted by relevance
1257 struct LSRFixup { struct1275 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 …]