Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopInstSimplify.cpp94 bool IsFirstIteration = ToSimplify->empty(); in simplifyLoopInst() local
96 if (!IsFirstIteration && !ToSimplify->count(&I)) in simplifyLoopInst()
130 if (!IsFirstIteration && L.contains(UserI)) in simplifyLoopInst()