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

/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopDeletion.cpp116 if (L->getHeader()->getParent()->mustProgress())
/freebsd-current/contrib/llvm-project/llvm/include/llvm/IR/
H A DFunction.h628 bool mustProgress() const { function in class:llvm::Function
/freebsd-current/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopInfo.cpp1120 return L->getHeader()->getParent()->mustProgress() || hasMustProgress(L);
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp1750 if (F.mustProgress() && F.onlyReadsMemory())

Completed in 133 milliseconds