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

/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1132 /// AllFixupsOutsideLoop - This records whether all of the fixups using this
1135 bool AllFixupsOutsideLoop; member in class:__anon10398::LSRUse
1154 AllFixupsOutsideLoop(true),
1256 if (AllFixupsOutsideLoop)
2872 LU.AllFixupsOutsideLoop &= LF.isUseFullyOutsideLoop(L);
3005 LU.AllFixupsOutsideLoop &= LF.isUseFullyOutsideLoop(L);
3361 LU.AllFixupsOutsideLoop)
3872 LUThatHas->AllFixupsOutsideLoop &= LU.AllFixupsOutsideLoop;

Completed in 119 milliseconds