Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DLICM.cpp79 static bool isGuaranteedToExecute(Instruction &Inst, DominatorTree *DT,
647 return isGuaranteedToExecute(Inst, DT, CurLoop, SafetyInfo); in isSafeToExecuteUnconditionally()
650 static bool isGuaranteedToExecute(Instruction &Inst, DominatorTree *DT, in isGuaranteedToExecute() function
872 if (isGuaranteedToExecute(*UI, DT, CurLoop, SafetyInfo)) { in promoteLoopAccessesToScalars()
878 GuaranteedToExecute = isGuaranteedToExecute(*UI, DT, in promoteLoopAccessesToScalars()