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

/external/llvm/lib/Transforms/Scalar/
H A DLICM.cpp707 bool GuaranteedToExecute = false; local
751 // Note that we only check GuaranteedToExecute inside the store case
763 GuaranteedToExecute = true;
767 if (!GuaranteedToExecute)
768 GuaranteedToExecute = isGuaranteedToExecute(*Use);
778 if (!GuaranteedToExecute)

Completed in 97 milliseconds