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

/external/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h266 unsigned NodeNum; // Entry # of node in the node vector. variable
310 NodeNum(nodenum), NodeQueueId(0), NumPreds(0), NumSuccs(0),
326 NodeNum(nodenum), NodeQueueId(0), NumPreds(0), NumSuccs(0),
341 NodeNum(BoundaryID), NodeQueueId(0), NumPreds(0), NumSuccs(0),
360 bool isBoundaryNode() const { return NodeNum == BoundaryID; }
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
H A DScheduleDAG.h245 unsigned NodeNum; // Entry # of node in the node vector. member in class:llvm::SUnit
280 : Node(node), Instr(0), OrigNode(0), NodeNum(nodenum),
294 : Node(0), Instr(instr), OrigNode(0), NodeNum(nodenum),
307 : Node(0), Instr(0), OrigNode(0), NodeNum(~0u),

Completed in 374 milliseconds