Home
last modified time | relevance | path

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

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