Lines Matching defs:SB
3703 for (auto *SB : SpecializedBuilders) {
3704 IsValid = IsValid && !SB->initialize();
3707 if (SB->isValid()) {
3709 if (SB->canUseBundlerUnbundler())
3718 for (auto *SB : SpecializedBuilders)
3719 delete SB;
3756 for (auto *SB : SpecializedBuilders) {
3757 if (!SB->isValid()) {
3762 SB->getDeviceDependences(DDeps, CurPhase, FinalPhase, Phases);
3773 OffloadKind |= SB->getAssociatedOffloadKind();
3826 for (auto *SB : SpecializedBuilders) {
3827 if (!SB->isValid())
3830 auto RetCode = SB->addDeviceDependences(HostAction);
3840 OffloadKind |= SB->getAssociatedOffloadKind();
3861 for (auto *SB : SpecializedBuilders) {
3862 if (!SB->isValid())
3864 SB->appendTopLevelActions(OffloadAL);
3894 for (DeviceActionBuilder *SB : SpecializedBuilders) {
3895 if (!SB->isValid())
3897 SB->appendLinkDeviceActions(AL);
3910 for (DeviceActionBuilder *SB : SpecializedBuilders) {
3911 if (!SB->isValid())
3913 HA = SB->appendLinkHostActions(DeviceAL);
3917 HA->propagateHostOffloadInfo(SB->getAssociatedOffloadKind(),
3930 for (auto *SB : SpecializedBuilders) {
3931 if (!SB->isValid())
3934 SB->appendLinkDependences(DDeps);