Home | History | Annotate | Download | only in compiler

Lines Matching refs:arg_0

392   void Run(Arg0 arg_0);
394 void Run(Arg0 arg_0, Arg1 arg_1);
721 void PipelineImpl::Run(Arg0 arg_0) {
724 phase.Run(this->data_, scope.zone(), arg_0);
728 void PipelineImpl::Run(Arg0 arg_0, Arg1 arg_1) {
731 phase.Run(this->data_, scope.zone(), arg_0, arg_1);