Lines Matching defs:mask
58 if (node_mask != key->mask) {
79 if (key1->mask != key2->mask) {
120 SparseInputMask mask) {
121 StateValuesKey key(count, mask, nodes);
128 node = graph()->NewNode(common()->StateValues(node_count, mask), node_count,
145 // which are implied by the liveness mask.
165 // Add the end marker at the end of the mask.
182 // Make sure we returned a sparse input mask.
197 // Make sure we returned a sparse input mask.
201 // mask.
417 SparseInputMask mask = SparseInputMaskOf(node_->op());
419 SparseInputMask::InputIterator iterator = mask.IterateOverInputs(node_);