Lines Matching defs:Preds
1305 bool mutuallyExclusive(const Record *PredDef, ArrayRef<const Record *> Preds,
1324 ArrayRef<const Record *> Preds,
1361 if (!llvm::is_contained(Preds, PC.Predicate))
1371 std::vector<const Record *> Preds;
1375 Preds.push_back(Variant.VarOrSeqDef->getValueAsDef("Predicate"));
1377 return Preds;
1611 const ConstRecVec &Preds) {
1616 dumpRecVec(Preds);
1648 ConstRecVec Preds;
1649 transform(LastTransition.PredTerm, std::back_inserter(Preds),
1651 Preds.erase(llvm::unique(Preds), Preds.end());
1652 dumpTransition(SchedModels, FromSC, SCTrans, Preds);
1653 SCTrans.PredTerm = std::move(Preds);