Searched refs:InstStorage (Results 1 – 2 of 2) sorted by relevance
31 std::deque<UniqueInst> InstStorage; variable71 InstStorage.emplace_back(std::move(Inst)); in addInst()72 Staging.push_back(InstStorage.back().get()); in addInst()
24 InstStorage.clear(); in clear()41 unsigned MaxInstStorageSize = InstStorage.size(); in printStatistic()