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

/external/llvm/lib/Transforms/Vectorize/
H A DBBVectorize.cpp475 bool ShouldContinue; local
484 ShouldContinue = getCandidatePairs(BB, Start, CandidatePairs,
519 } while (ShouldContinue);
779 bool ShouldContinue = false, IAfterStart = false;
835 ShouldContinue = true;
840 if (ShouldContinue)
847 return ShouldContinue;
/external/llvm/lib/Transforms/Scalar/
H A DGVN.cpp2231 bool ShouldContinue = true; local
2245 while (ShouldContinue) {
2247 ShouldContinue = iterateOnFunction(F);
2249 ShouldContinue = true;
2250 Changed |= ShouldContinue;

Completed in 214 milliseconds