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

/external/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp2106 SmallPtrSet<Instruction *, 4> PostIncs; local
2221 PostIncs.insert(Cond);
2229 for (SmallPtrSet<Instruction *, 4>::const_iterator I = PostIncs.begin(),
2230 E = PostIncs.end(); I != E; ++I) {

Completed in 195 milliseconds