Searched defs:SDNodeOrdering (Results 1 - 1 of 1) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DSDNodeOrdering.h1 //===-- llvm/CodeGen/SDNodeOrdering.h - SDNode Ordering ---------*- C++ -*-===//
10 // This file declares the SDNodeOrdering class.
23 /// SDNodeOrdering - Maps a unique (monotonically increasing) value to each
28 class SDNodeOrdering { class in namespace:llvm
31 void operator=(const SDNodeOrdering&); // Do not implement.
32 SDNodeOrdering(const SDNodeOrdering&); // Do not implement.
34 SDNodeOrdering() {} function in class:llvm::SDNodeOrdering

Completed in 636 milliseconds