Lines Matching defs:that
2 // Use of this source code is governed by a BSD-style license that can be
39 // 2. Control nodes that store the control flow at the end of basic blocks, and
205 constexpr OpProperties operator|(const OpProperties& that) {
206 return OpProperties(bitfield_ | that.bitfield_);
278 // Only to be used on inputs that inherit allocation.
597 "that we cannot have both lazy and eager deopts on a node. If we ever "
1117 // mark that to generate stack maps. Mark as call so we at least clear the
1251 // we set up the interpreter frame state for code generation. At that point we
1416 // A "hole" in control flow is a control node that unconditionally interrupts
1419 // A "post-dominating" hole is a hole that is guaranteed to be be reached in
1420 // control flow after this node (i.e. it is a hole that is a post-dominator