Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/lib/Transforms/Scalar/
DLICM.cpp170 bool isGuaranteedToExecute(Instruction &I);
622 return isGuaranteedToExecute(Inst); in isSafeToExecuteUnconditionally()
625 bool LICM::isGuaranteedToExecute(Instruction &Inst) { in isGuaranteedToExecute() function in LICM
804 if (isGuaranteedToExecute(*Use)) { in PromoteAliasSet()
810 GuaranteedToExecute = isGuaranteedToExecute(*Use); in PromoteAliasSet()