Searched refs:ExportPred (Results 1 – 1 of 1) sorted by relevance
94 for (const SDep &ExportPred : PredSU->Preds) { in removeExportDependencies() local95 SUnit *ExportPredSU = ExportPred.getSUnit(); in removeExportDependencies()96 if (ExportPred.isBarrier() && !isExport(*ExportPredSU)) in removeExportDependencies()