Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMustExecute.cpp513 bool MayContainIrreducibleControl = getOrCreateCachedOptional( in findForwardJoinPoint() local
515 if (MayContainIrreducibleControl) in findForwardJoinPoint()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp6858 std::optional<bool> MayContainIrreducibleControl; in updateImpl() local
6862 if (!MayContainIrreducibleControl.has_value()) in updateImpl()
6863 MayContainIrreducibleControl = mayContainIrreducibleControl(*F, LI); in updateImpl()
6864 if (*MayContainIrreducibleControl) in updateImpl()