Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp2332 SmallPtrSet<Instruction *, 4> PostIncs; in OptimizeLoopTermCond() local
2470 PostIncs.insert(Cond); in OptimizeLoopTermCond()
2478 for (Instruction *Inst : PostIncs) { in OptimizeLoopTermCond()