Searched defs:NodeId (Results 1 – 11 of 11) sorted by relevance
21 struct NodeId { struct28 NodeId() : Id(InvalidNodeId) {} in NodeId() argument29 NodeId(int Id) : Id(Id) {} in NodeId() argument37 bool isValid() const { return Id != InvalidNodeId; } in isValid() argument38 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
50 const Expr *getCondition(const BoundNodes &Nodes, const StringRef NodeId) { in getCondition()
281 using NodeId = GraphBase::NodeId; variable431 using NodeId = GraphBase::NodeId; in reduce() local
262 using NodeId = uint32_t; variable
25 using NodeId = CallGraph::NodeId; typedef
30 using NodeId = CallGraph::NodeId; typedef
113 using NodeId = CallGraph::NodeId; global() typedef
570 auto NodeId = [](uint64_t ModId, GlobalValue::GUID Id) { exportToDot() local
344 EditGenerator transformer::rewriteDescendants(std::string NodeId, in rewriteDescendants()
403 int NodeId = User->getNodeId(); run() local [all...]