Lines Matching defs:dependency
559 // Effect dependency tracked by this environment.
561 void UpdateEffectDependency(Node* dependency) {
562 effect_dependency_ = dependency;
571 // Control dependency tracked by this environment.
573 void UpdateControlDependency(Node* dependency) {
574 control_dependency_ = dependency;
791 // the current environment's control dependency accordingly.
797 // the current environment's effect dependency accordingly.
1187 // Starting a search from the current effect-dependency has to succeed.
4284 // Update the current control dependency for control-producing nodes.
4288 // Update the current effect dependency for effect-producing nodes.