Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopInstSimplify.cpp95 bool IsFirstIteration = ToSimplify->empty(); in simplifyLoopInst() local
97 if (!IsFirstIteration && !ToSimplify->count(&I)) in simplifyLoopInst()
131 if (!IsFirstIteration && L.contains(UserI)) in simplifyLoopInst()