reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Overrides

include/llvm/Analysis/MustExecute.h
   91   virtual bool isGuaranteedToExecute(const Instruction &Inst,

Declarations

include/llvm/Analysis/MustExecute.h
  145   virtual bool isGuaranteedToExecute(const Instruction &Inst,

References

lib/Transforms/Scalar/LICM.cpp
  897         return SafetyInfo->isGuaranteedToExecute(I, DT, CurLoop) &&
 1681       !SafetyInfo->isGuaranteedToExecute(I, DT, CurLoop))
 2013           if (SafetyInfo->isGuaranteedToExecute(*UI, DT, CurLoop)) {