Searched refs:Work (Results 1 - 9 of 9) sorted by relevance

/freebsd-11.0-release/contrib/llvm/include/llvm/Support/
H A DGenericDomTreeConstruction.h114 SmallVector<typename GraphT::NodeType*, 32> Work;
118 Work.push_back(VIn);
120 while (!Work.empty()) {
121 typename GraphT::NodeType* V = Work.back();
128 Work.push_back(VAncestor);
131 Work.pop_back();
/freebsd-11.0-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonCommonGEP.cpp429 NodeVect Work; local
430 Work.push_back(Root);
433 while (!Work.empty()) {
434 NodeVect::iterator First = Work.begin();
436 Work.erase(First);
439 Work.insert(Work.end(), CF->second.begin(), CF->second.end());
1135 NodeVect Work; local
1136 Work.push_back(Node);
1138 while (!Work
[all...]
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/
H A DMachineLICM.cpp933 SmallVector<const MachineInstr*, 8> Work(1, MI);
935 MI = Work.pop_back_val();
958 Work.push_back(&UseMI);
961 } while (!Work.empty());
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DRecordLayoutBuilder.cpp2856 llvm::SmallPtrSet<const CXXMethodDecl *, 8> Work; local
2861 Work.insert(MD);
2862 while (!Work.empty()) {
2863 const CXXMethodDecl *MD = *Work.begin();
2870 Work.insert(i, e);
2872 Work.erase(MD);
/freebsd-11.0-release/contrib/gdb/gdb/
H A Dgdb-events.sh137 /* Work in progress */
/freebsd-11.0-release/share/mk/
H A Dsys.mk197 # so it executing '+' commands is not right. Work around the bug by not
/freebsd-11.0-release/contrib/binutils/binutils/
H A Ddllwrap.c474 fprintf (file, _(" --quiet, -q Work quietly\n"));
/freebsd-11.0-release/contrib/dtc/Documentation/
H A Ddtc-paper.tex512 \section{Future Work}
/freebsd-11.0-release/contrib/subversion/subversion/libsvn_wc/
H A Dwc-metadata.sql211 /* Work items are identified by this value. */

Completed in 140 milliseconds