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
  116   virtual bool isGuaranteedToExecute(const Instruction &Inst,

References

lib/Analysis/MustExecute.cpp
  375   return LSI.isGuaranteedToExecute(I, DT, L) ||
lib/Transforms/Scalar/LoopUnswitch.cpp
  725         !SafetyInfo.isGuaranteedToExecute(*TI, DT, currentLoop))