Home | History | Annotate | Download | only in compiler

Lines Matching refs:dependency

52   // Effect dependency tracked by this environment.
54 void UpdateEffectDependency(Node* dependency) {
55 effect_dependency_ = dependency;
64 // Control dependency tracked by this environment.
66 void UpdateControlDependency(Node* dependency) {
67 control_dependency_ = dependency;
254 // the current environment's control dependency accordingly.
260 // the current environment's effect dependency accordingly.
597 // Starting a search from the current effect-dependency has to succeed.
2290 // Update the current control dependency for control-producing nodes.
2294 // Update the current effect dependency for effect-producing nodes.