Searched defs:ExitNode (Results 1 – 2 of 2) sorted by relevance
138 struct ExitNode : public MatcherNode { struct139 ExitNode() : MatcherNode(TypeID::get<ExitNode>()) {} in ExitNode() argument144 return node->getMatcherTypeID() == TypeID::get<ExitNode>(); in classof() argument
1492 BlockNode ExitNode(i); calculateNewCallTerminatorWeights() local