Home
last modified time | relevance | path

Searched refs:Staging (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/
H A DIncrementalSourceMgr.h35 std::deque<Instruction *> Staging; variable
61 bool hasNext() const override { return !Staging.empty(); } in hasNext()
66 return SourceRef(TotalCounter, *Staging.front()); in peekNext()
72 Staging.push_back(InstStorage.back().get()); in addInst()
76 void addRecycledInst(Instruction *Inst) { Staging.push_back(Inst); } in addRecycledInst()
/freebsd/contrib/llvm-project/llvm/lib/MCA/
H A DIncrementalSourceMgr.cpp23 Staging.clear(); in clear()
31 Instruction *I = Staging.front(); in updateNext()
32 Staging.pop_front(); in updateNext()
/freebsd/sys/contrib/openzfs/.github/
H A DCONTRIBUTING.md179 - "Staging branches" contain selected commits prior to being released.
184 - Staging branches: `zfs-$VERSION-staging`