Searched defs:SwitchNode (Results 1 – 4 of 4) sorted by relevance
178 struct SwitchNode : public MatcherNode { struct184 return node->getMatcherTypeID() == TypeID::get<SwitchNode>(); in classof() argument190 using ChildMapT = llvm::MapVector<Qualifier *, std::unique_ptr<MatcherNode>>;191 ChildMapT &getChildren() { return children; } in getChildren()
461 SwitchNode::SwitchNode(Position *position, Qualifier *question) in SwitchNode() function in SwitchNode
14 public interface SwitchNode { interface
988 CfgNode *SwitchNode = nullptr; member in IceBuilder