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

Declarations

lib/Transforms/Scalar/LICM.cpp
  160 static void eraseInstruction(Instruction &I, ICFLoopSafetyInfo &SafetyInfo,

References

lib/Transforms/Scalar/LICM.cpp
  531         eraseInstruction(I, *SafetyInfo, CurAST, MSSAU);
  549             eraseInstruction(I, *SafetyInfo, CurAST, MSSAU);
  840           eraseInstruction(I, *SafetyInfo, CurAST, MSSAU);
  882         eraseInstruction(I, *SafetyInfo, CurAST, MSSAU);
 1654     eraseInstruction(*PN, *SafetyInfo, nullptr, nullptr);
 2145     eraseInstruction(*PreheaderLoad, *SafetyInfo, CurAST, MSSAU);