Searched refs:PredDefs (Results 1 – 2 of 2) sorted by relevance
457 unsigned PredDefs = 0; in countPredicateDefs() local466 PredDefs++; in countPredicateDefs()469 return PredDefs; in countPredicateDefs()524 unsigned PredDefs = countPredicateDefs(FP.SplitB); in isProfitable() local527 PredDefs += countPredicateDefs(FP.JoinB); in isProfitable()532 PredDefs += countPredicateDefs(SB); in isProfitable()537 PredDefs += countPredicateDefs(SB); in isProfitable()545 DEBUG(dbgs() << "Total number of predicate registers: " << PredDefs << "\n"); in isProfitable()546 if (PredDefs > 4) in isProfitable()
714 std::vector<MachineOperand> PredDefs; in ScanInstructions() local715 if (TII->DefinesPredicate(I, PredDefs)) in ScanInstructions()