Searched refs:ContainsIrreducibleLoops (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp830 bool ContainsIrreducibleLoops; member in struct:__anon2900::DSEState
896 ContainsIrreducibleLoops = mayContainIrreducibleControl(F, &LI);
1298 if (!ContainsIrreducibleLoops && CurrentLI &&
1316 (!ContainsIrreducibleLoops && !LI.getLoopFor(I->getParent()));

Completed in 109 milliseconds