Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DGlobalISelMatchTable.cpp1791 SmallVector<std::unique_ptr<PredicateMatcher>, 8> Stash; in optimize() local
1794 Stash.push_back(predicates_pop_front()); in optimize()
1795 if (Stash.back().get() == &OpcMatcher) { in optimize()
1798 Stash.emplace_back( in optimize()
1805 Stash.push_back(std::move(OP)); in optimize()
1820 Stash.push_back(std::move(OP)); in optimize()
1823 while (!Stash.empty()) in optimize()
1824 prependPredicate(Stash.pop_back_val()); in optimize()
/freebsd/contrib/ntp/
H A DCommitLog-4.1.02402 Stash tstamp before we check pcookie.key (several places)