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

/external/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1229 /// AllFixupsOutsideLoop - This records whether all of the fixups using this
1232 bool AllFixupsOutsideLoop; member in class:__anon26301::LSRUse
1258 AllFixupsOutsideLoop(true),
1369 if (AllFixupsOutsideLoop)
3048 LU.AllFixupsOutsideLoop &= LF.isUseFullyOutsideLoop(L);
3187 LU.AllFixupsOutsideLoop &= LF.isUseFullyOutsideLoop(L);
3610 LU.AllFixupsOutsideLoop)
4135 LUThatHas->AllFixupsOutsideLoop &= LU.AllFixupsOutsideLoop;

Completed in 536 milliseconds