Searched defs:is_true_branch (Results 1 – 2 of 2) sorted by relevance
120 Reduction BranchElimination::ReduceIf(Node* node, bool is_true_branch) { in ReduceIf()
221 bool is_true_branch = end->SuccessorAt(0) == succ; in Copy() local