Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp1088 struct LSRFixup { struct
1113 LSRFixup();
1121 LSRFixup::LSRFixup() in LSRFixup() function in LSRFixup
1127 bool LSRFixup::isUseFullyOutsideLoop(const Loop *L) const { in isUseFullyOutsideLoop()
1140 void LSRFixup::print(raw_ostream &OS) const { in print()
1168 void LSRFixup::dump() const { in dump()
1674 SmallVector<LSRFixup, 16> Fixups;
1708 LSRFixup &getNewFixup() { in getNewFixup()
1709 Fixups.push_back(LSRFixup()); in getNewFixup()
1779 const LSRFixup &LF,
[all …]