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

/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp4047 SmallSetVector<const SCEV *, 4> ReqRegs; local
4051 ReqRegs.insert(*I);
4061 for (SmallSetVector<const SCEV *, 4>::const_iterator J = ReqRegs.begin(),
4062 JE = ReqRegs.end(); J != JE; ++J) {
4073 // clear ReqRegs and try again. Currently, we simply give up in this case.

Completed in 128 milliseconds