reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
3407 if (OffloadBuilder.addHostDependenceToDeviceActions(Current, InputArg)) 3413 Current = OffloadBuilder.addDeviceDependencesToHostAction( 3414 Current, InputArg, Phase, PL.back(), FullPL); 3415 if (!Current) 3421 LinkerInputs.push_back(Current); 3422 Current = nullptr; 3432 MergerInputs.push_back(Current); 3433 Current = nullptr; 3442 HeaderModuleAction->addModuleHeaderInput(Current); 3443 Current = nullptr; 3451 Action *NewCurrent = ConstructPhaseAction(C, Args, Phase, Current); 3454 if (NewCurrent == Current) 3460 Current = NewCurrent; 3464 if (OffloadBuilder.addHostDependenceToDeviceActions(Current, InputArg)) 3467 if (Current->getType() == types::TY_Nothing) 3472 if (Current) 3473 Actions.push_back(Current); 3476 OffloadBuilder.appendTopLevelActions(Actions, Current, InputArg);