Home
last modified time | relevance | path

Searched refs:InstStorage (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/
H A DIncrementalSourceMgr.h31 std::deque<UniqueInst> InstStorage; variable
71 InstStorage.emplace_back(std::move(Inst)); in addInst()
72 Staging.push_back(InstStorage.back().get()); in addInst()
/freebsd/contrib/llvm-project/llvm/lib/MCA/
H A DIncrementalSourceMgr.cpp24 InstStorage.clear(); in clear()
41 unsigned MaxInstStorageSize = InstStorage.size(); in printStatistic()