Searched refs:PDep (Results 1 – 3 of 3) sorted by relevance
422 for (const auto &PDep : Leaf.value().getMatchDag().predicate_edges()) { in repartition() local423 if (PDep->getRequiredMI() == InstrInfo->getInstrNode() && in repartition()424 PDep->getRequiredMO() == nullptr && PDep->getPredicate() == P) { in repartition()445 for (const auto &PDep : Leaf.value().getMatchDag().predicate_edges()) { in repartition() local446 if (PDep->getRequiredMI() == InstrInfo->getInstrNode() && in repartition()447 PDep->getRequiredMO() == nullptr && PDep->getPredicate() == P) { in repartition()
103 for (auto PDep : SDep.getSUnit()->Preds) { in getReadySuccessors() local104 auto PSU = PDep.getSUnit(); in getReadySuccessors()
96 for (auto PDep : SDep.getSUnit()->Preds) { in getReadySuccessors() local97 auto PSU = PDep.getSUnit(); in getReadySuccessors()