Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp1089 struct LSRFixup { struct
1113 LSRFixup();
1121 LSRFixup::LSRFixup() in LSRFixup() function in LSRFixup
1126 bool LSRFixup::isUseFullyOutsideLoop(const Loop *L) const { in isUseFullyOutsideLoop()
1139 void LSRFixup::print(raw_ostream &OS) const { in print()
1166 void LSRFixup::dump() const { in dump()
1663 SmallVector<LSRFixup, 16> Fixups;
1697 LSRFixup &getNewFixup() { in getNewFixup()
1698 Fixups.push_back(LSRFixup()); in getNewFixup()
1767 const LSRFixup &LF,
[all …]