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

References

unittests/IR/PassBuilderCallbacksTest.cpp
  279   if (any_isa<const Module *>(WrappedIR))
  280     return any_cast<const Module *>(WrappedIR)->getName().str();
  281   if (any_isa<const Function *>(WrappedIR))
  282     return any_cast<const Function *>(WrappedIR)->getName().str();
  283   if (any_isa<const Loop *>(WrappedIR))
  284     return any_cast<const Loop *>(WrappedIR)->getName().str();
  285   if (any_isa<const LazyCallGraph::SCC *>(WrappedIR))
  286     return any_cast<const LazyCallGraph::SCC *>(WrappedIR)->getName();