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