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

Declarations

include/llvm/MCA/Stages/DispatchStage.h
   61   bool canDispatch(const InstRef &IR) const;

References

lib/MCA/Stages/DispatchStage.cpp
  172   return canDispatch(IR);
  176   assert(canDispatch(IR) && "Cannot dispatch another instruction!");