Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopInstSimplify.cpp93 bool IsFirstIteration = ToSimplify->empty(); in simplifyLoopInst() local
95 if (!IsFirstIteration && !ToSimplify->count(&I)) in simplifyLoopInst()
129 if (!IsFirstIteration && L.contains(UserI)) in simplifyLoopInst()