Searched refs:false_body (Results 1 – 4 of 4) sorted by relevance
1396 std::function<void()> false_body) { in Branch() argument1399 return constant ? true_body() : false_body(); in Branch()1409 false_body(); in Branch()1413 std::function<void()> false_body) { in Branch() argument1416 return constant ? Goto(true_label) : false_body(); in Branch()1422 false_body(); in Branch()
777 std::function<void()> false_body);779 std::function<void()> false_body);
677 const G& false_body) { in Select() argument681 [&]() -> Node* { return implicit_cast<TNode<A>>(false_body()); }, in Select()2908 const NodeGenerator& false_body, MachineRepresentation rep);
173 const NodeGenerator& false_body, in SelectImpl() argument186 value.Bind(false_body()); in SelectImpl()