Searched refs:LSRFixup (Results 1 – 1 of 1) sorted by relevance
1079 struct LSRFixup { struct1097 LSRFixup() = default;1155 SmallVector<LSRFixup, 8> Fixups;1188 LSRFixup &getNewFixup() { in getNewFixup()1189 Fixups.push_back(LSRFixup()); in getNewFixup()1193 void pushFixup(LSRFixup &f) { in pushFixup()1366 for (const LSRFixup &Fixup : LU.Fixups) { in RateFormula()1472 bool LSRFixup::isUseFullyOutsideLoop(const Loop *L) const { in isUseFullyOutsideLoop()1486 void LSRFixup::print(raw_ostream &OS) const { in print()1509 LLVM_DUMP_METHOD void LSRFixup::dump() const { in dump()[all …]