Home
last modified time | relevance | path

Searched refs:PredDefs (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Target/Hexagon/
DHexagonEarlyIfConv.cpp457 unsigned PredDefs = 0; in countPredicateDefs() local
466 PredDefs++; in countPredicateDefs()
469 return PredDefs; in countPredicateDefs()
524 unsigned PredDefs = countPredicateDefs(FP.SplitB); in isProfitable() local
527 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()
/external/llvm/lib/CodeGen/
DIfConversion.cpp714 std::vector<MachineOperand> PredDefs; in ScanInstructions() local
715 if (TII->DefinesPredicate(I, PredDefs)) in ScanInstructions()