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

References

unittests/IR/PassBuilderCallbacksTest.cpp
  102     ON_CALL(static_cast<DerivedT &>(*this),
  105     ON_CALL(static_cast<DerivedT &>(*this), invalidate(_, _, _))
  152     ON_CALL(static_cast<DerivedT &>(*this),
  318     ON_CALL(*this, runBeforePass(_, _)).WillByDefault(Return(true));
unittests/Transforms/Scalar/LoopPassManagerTest.cpp
   94     ON_CALL(static_cast<DerivedT &>(*this),
   97     ON_CALL(static_cast<DerivedT &>(*this), invalidate(_, _, _))
  177     ON_CALL(static_cast<DerivedT &>(*this),
  680   ON_CALL(MLAHandleA, run(_, _, _))
  686   ON_CALL(MLAHandleA, invalidate(_, _, _))
  778   ON_CALL(MLAHandle, run(_, _, _))