Searched refs:isGuaranteedToExecute (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/Transforms/Scalar/ |
D | LICM.cpp | 82 static bool isGuaranteedToExecute(const Instruction &Inst, 697 return isGuaranteedToExecute(Inst, DT, CurLoop, SafetyInfo); in isSafeToExecuteUnconditionally() 700 static bool isGuaranteedToExecute(const Instruction &Inst, in isGuaranteedToExecute() function 925 if (isGuaranteedToExecute(*UI, DT, CurLoop, SafetyInfo)) { in promoteLoopAccessesToScalars() 931 GuaranteedToExecute = isGuaranteedToExecute(*UI, DT, in promoteLoopAccessesToScalars()
|