Searched defs:NodeId (Results 1 – 8 of 8) sorted by relevance
25 struct NodeId { struct32 NodeId() : Id(InvalidNodeId) {} in NodeId() function33 NodeId(int Id) : Id(Id) {} in NodeId() argument41 bool isValid() const { return Id != InvalidNodeId; } in isValid() argument42 bool isInvalid() const { return Id == InvalidNodeId; } in isInvalid() argument
31 using NodeId = typename GraphT::NodeId; in applyR1() local75 using NodeId = typename GraphT::NodeId; in applyR2() local181 using NodeId = GraphBase::NodeId; in backpropagate() local
280 using NodeId = GraphBase::NodeId; variable430 using NodeId = GraphBase::NodeId; in reduce() local
260 using NodeId = uint32_t; variable
533 auto NodeId = [](uint64_t ModId, GlobalValue::GUID Id) { in exportToDot() local
313 EditGenerator transformer::rewriteDescendants(std::string NodeId, in rewriteDescendants()
399 int NodeId = User->getNodeId(); in run() local
1117 UINT16 NodeId; member