Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h244 enum : unsigned { BoundaryID = ~0u }; enumerator
264 unsigned NodeNum = BoundaryID; ///< Entry # of node in the node vector.
344 bool isBoundaryNode() const { return NodeNum == BoundaryID; } in isBoundaryNode()