Home | History | Annotate | Download | only in ir

Lines Matching defs:definitions

160   // Iterate until the reaching definitions set doesn't change anymore.
174 DCHECK(!changed) << "Reaching definitions computation did not reach a fixed point.";
371 // Update scope table with latest definitions.
420 // Pass: compute downward-exposed definitions.
422 // Multiple Passes (iterative fixed-point algorithm): Compute reaching definitions
515 // The definitions from the reaching set of the predecessor
516 // may be shadowed by downward exposed definitions from the predecessor,
657 std::vector<int> definitions;
660 definitions.push_back(result);
662 return definitions;