Searched refs:FalseNode (Results 1 – 1 of 1) sorted by relevance
964 Node Branch(Node Cond, Node *TrueNode, Node *FalseNode) { in Branch() argument972 *FalseNode = OperandNode(Func->makeNode()); in Branch()974 LOG(out << *TrueNode << ", " << *FalseNode << ")" in Branch()984 Ctrl->appendInst(InstBr::create(Func, CondBool, *TrueNode, *FalseNode)); in Branch()