Searched refs:PredDefs (Results 1 – 3 of 3) sorted by relevance
490 unsigned PredDefs = 0; in countPredicateDefs() local499 PredDefs++; in countPredicateDefs()502 return PredDefs; in countPredicateDefs()568 unsigned PredDefs = countPredicateDefs(FP.SplitB); in isProfitable() local571 PredDefs += countPredicateDefs(FP.JoinB); in isProfitable()576 PredDefs += countPredicateDefs(SB); in isProfitable()581 PredDefs += countPredicateDefs(SB); in isProfitable()589 LLVM_DEBUG(dbgs() << "Total number of predicate registers: " << PredDefs in isProfitable()591 if (PredDefs > 4) in isProfitable()
415 SmallVector<SlotIndex,4> PredDefs; in updateDeadsInRange() local422 PredDefs.push_back(Seg.start); in updateDeadsInRange()429 for (auto &SI : PredDefs) { in updateDeadsInRange()439 for (auto &SI : PredDefs) { in updateDeadsInRange()
758 std::vector<MachineOperand> PredDefs; in CountDuplicatedInstructions() local759 if (TII->DefinesPredicate(*TIB, PredDefs)) in CountDuplicatedInstructions()1148 std::vector<MachineOperand> PredDefs; in ScanInstructions() local1149 if (TII->DefinesPredicate(MI, PredDefs)) in ScanInstructions()