Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMustExecute.cpp392 bool llvm::mayContainIrreducibleControl(const Function &F, const LoopInfo *LI) { in mayContainIrreducibleControl() function in llvm
522 &F, IrreducibleControlMap, mayContainIrreducibleControl, F, LI); in findForwardJoinPoint()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMustExecute.h173 LLVM_ABI bool mayContainIrreducibleControl(const Function &F,
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp1027 ContainsIrreducibleLoops = mayContainIrreducibleControl(F, &LI); in DSEState()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp3304 if (mayContainIrreducibleControl(F, LI)) in mayContainUnboundedCycle()
6924 MayContainIrreducibleControl = mayContainIrreducibleControl(*F, LI); in updateImpl()