Searched refs:countPredicateDefs (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonEarlyIfConv.cpp187 unsigned countPredicateDefs(const MachineBasicBlock *B) const;
488 unsigned HexagonEarlyIfConversion::countPredicateDefs( function in class:HexagonEarlyIfConversion
568 unsigned PredDefs = countPredicateDefs(FP.SplitB);
571 PredDefs += countPredicateDefs(FP.JoinB);
576 PredDefs += countPredicateDefs(SB);
581 PredDefs += countPredicateDefs(SB);

Completed in 50 milliseconds