Searched refs:LSRFixup (Results 1 – 1 of 1) sorted by relevance
1121 struct LSRFixup { struct1139 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()1516 bool LSRFixup::isUseFullyOutsideLoop(const Loop *L) const { in isUseFullyOutsideLoop()1530 void LSRFixup::print(raw_ostream &OS) const { in print()1553 LLVM_DUMP_METHOD void LSRFixup::dump() const { in dump()[all …]