Searched refs:PredDefs (Results 1 – 3 of 3) sorted by relevance
483 unsigned PredDefs = 0; in countPredicateDefs() local492 PredDefs++; in countPredicateDefs()495 return PredDefs; in countPredicateDefs()561 unsigned PredDefs = countPredicateDefs(FP.SplitB); in isProfitable() local564 PredDefs += countPredicateDefs(FP.JoinB); in isProfitable()569 PredDefs += countPredicateDefs(SB); in isProfitable()574 PredDefs += countPredicateDefs(SB); in isProfitable()582 LLVM_DEBUG(dbgs() << "Total number of predicate registers: " << PredDefs in isProfitable()584 if (PredDefs > 4) in isProfitable()
401 SmallVector<SlotIndex,4> PredDefs; in updateDeadsInRange() local408 PredDefs.push_back(Seg.start); in updateDeadsInRange()415 for (auto &SI : PredDefs) { in updateDeadsInRange()425 for (auto &SI : PredDefs) { in updateDeadsInRange()
767 std::vector<MachineOperand> PredDefs; in CountDuplicatedInstructions() local768 if (TII->ClobbersPredicate(*TIB, PredDefs, false)) in CountDuplicatedInstructions()1162 std::vector<MachineOperand> PredDefs; in ScanInstructions() local1163 if (TII->ClobbersPredicate(MI, PredDefs, true)) in ScanInstructions()