Lines Matching defs:PredSU
1886 SUnit *PredSU = IE.getSrc();
1887 if (S && S->count(PredSU) == 0)
1891 if (NodeOrder.count(PredSU) == 0)
1892 Preds.insert(PredSU);
1936 SUnit *PredSU = IE.getSrc();
1939 if (S && S->count(PredSU) == 0)
1941 if (NodeOrder.count(PredSU) == 0)
1942 Succs.insert(PredSU);
3262 SUnit *PredSU = IE.getSrc();
3264 *llvm::lower_bound(Indices, std::make_pair(PredSU, 0), CompareKey));
3265 if (!PredSU->getInstr()->isPHI() && PredIndex < Index) {
3267 Pred = PredSU;