Searched refs:notifyInstructionExecuted (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/include/llvm/MCA/Stages/
H A DExecuteStage.h77 void notifyInstructionExecuted(const InstRef &IR) const;
H A DInOrderIssueStage.h107 void notifyInstructionExecuted(const InstRef &IR);
/freebsd-current/contrib/llvm-project/llvm/lib/MCA/Stages/
H A DExecuteStage.cpp66 notifyInstructionExecuted(IR);
107 notifyInstructionExecuted(IR);
181 notifyInstructionExecuted(IR);
227 void ExecuteStage::notifyInstructionExecuted(const InstRef &IR) const { function in class:llvm::mca::ExecuteStage
H A DInOrderIssueStage.cpp186 void InOrderIssueStage::notifyInstructionExecuted(const InstRef &IR) { function in class:llvm::mca::InOrderIssueStage
299 notifyInstructionExecuted(IR);

Completed in 116 milliseconds