Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLoopInstSimplify.cpp94 bool IsFirstIteration = ToSimplify->empty(); in simplifyLoopInst() local
96 if (!IsFirstIteration && !ToSimplify->count(&I)) in simplifyLoopInst()
128 if (!IsFirstIteration && L.contains(UserI)) in simplifyLoopInst()