Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp2605 SmallPtrSet<Instruction *, 4> PostIncs; in OptimizeLoopTermCond() local
2741 PostIncs.insert(Cond); in OptimizeLoopTermCond()
2749 for (Instruction *Inst : PostIncs) in OptimizeLoopTermCond()