Lines Matching refs:use
524 for (Node* const use : merge->uses()) {
525 if (use == branch || use == cond) continue;
530 if (!NodeProperties::IsPhi(use)) return;
531 for (Edge edge : use->use_edges()) {
542 phis.push_back(use);
697 // If all the predecessors have the same effect, we can use it as our
744 // If all the predecessors have the same effect, we can use it
789 // Store the effect, control and frame state for later use.
870 // Determine the observability for this region and use that for all
2322 // we intentionally don't use the BuildUint32Mod() here, which
2918 // We use (value XOR (value >>> 63)) - (value >>> 63) to compute the
6445 // Note: We do not use the Diamond helper class here, because it really hurts