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

/netbsd-current/external/apache2/llvm/dist/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 190 milliseconds