Home
last modified time | relevance | path

Searched refs:updateNext (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/
H A DSourceMgr.h51 virtual void updateNext() = 0;
82 void updateNext() override { ++Current; } in updateNext() function
H A DIncrementalSourceMgr.h78 void updateNext() override;
/freebsd/contrib/llvm-project/llvm/lib/MCA/
H A DIncrementalSourceMgr.cpp29 void IncrementalSourceMgr::updateNext() { in updateNext() function in IncrementalSourceMgr
/freebsd/contrib/llvm-project/llvm/lib/MCA/Stages/
H A DEntryStage.cpp43 SM.updateNext(); in getNextInstruction()