Home
last modified time | relevance | path

Searched defs:updateNext (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/MCA/
H A DIncrementalSourceMgr.cpp29 void IncrementalSourceMgr::updateNext() { in updateNext() function in IncrementalSourceMgr
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/
H A DSourceMgr.h82 void updateNext() override { ++Current; } in updateNext() function