Searched refs:isUseFullyOutsideLoop (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1014 bool isUseFullyOutsideLoop(const Loop *L) const;
1027 /// isUseFullyOutsideLoop - Test whether this fixup always uses its
1029 bool LSRFixup::isUseFullyOutsideLoop(const Loop *L) const { function in class:LSRFixup
2872 LU.AllFixupsOutsideLoop &= LF.isUseFullyOutsideLoop(L);
3005 LU.AllFixupsOutsideLoop &= LF.isUseFullyOutsideLoop(L);
4212 if (LF.isUseFullyOutsideLoop(L))

Completed in 70 milliseconds