Searched refs:PDep (Results 1 – 2 of 2) sorted by relevance
420 for (const auto &PDep : Leaf.value().getMatchDag().predicate_edges()) { in repartition() local421 if (PDep->getRequiredMI() == InstrInfo->getInstrNode() && in repartition()422 PDep->getRequiredMO() == nullptr && PDep->getPredicate() == P) { in repartition()443 for (const auto &PDep : Leaf.value().getMatchDag().predicate_edges()) { in repartition() local444 if (PDep->getRequiredMI() == InstrInfo->getInstrNode() && in repartition()445 PDep->getRequiredMO() == nullptr && PDep->getPredicate() == P) { in repartition()
90 for (auto PDep : SDep.getSUnit()->Preds) { in getReadySuccessors() local91 auto PSU = PDep.getSUnit(); in getReadySuccessors()