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

References

lib/MCA/Stages/EntryStage.cpp
   22   return static_cast<bool>(CurrentInstruction);
   26   if (CurrentInstruction)
   27     return checkNextStage(CurrentInstruction);
   32   assert(!CurrentInstruction && "There is already an instruction to process!");
   37   CurrentInstruction = InstRef(SR.first, Inst.get());
   43   assert(CurrentInstruction && "There is no instruction to process!");
   44   if (llvm::Error Val = moveToTheNextStage(CurrentInstruction))
   48   CurrentInstruction.invalidate();
   54   if (!CurrentInstruction)