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

/external/llvm/lib/Transforms/Scalar/
H A DLICM.cpp793 bool GuaranteedToExecute = false; local
837 // Note that we only check GuaranteedToExecute inside the store case
848 GuaranteedToExecute = true;
852 if (!GuaranteedToExecute)
853 GuaranteedToExecute = isGuaranteedToExecute(*UI);
872 if (!GuaranteedToExecute)

Completed in 73 milliseconds