Searched refs:isPreheader (Results 1 – 3 of 3) sorted by relevance
155 bool isPreheader(const MachineBasicBlock *B) const;204 bool HexagonEarlyIfConversion::isPreheader(const MachineBasicBlock *B) const { in isPreheader() function in HexagonEarlyIfConversion300 if ((TB && isPreheader(TB)) || (FB && isPreheader(FB))) { in matchFlowPattern()
177 bool isPreheader(const MachineBasicBlock *B) const;231 bool HexagonEarlyIfConversion::isPreheader(const MachineBasicBlock *B) const { in isPreheader() function in HexagonEarlyIfConversion328 if ((TB && isPreheader(TB)) || (FB && isPreheader(FB))) { in matchFlowPattern()
330 bool isPreheader);630 bool isPreheader) { in isMergingEmptyBlockProfitable() argument635 if (!DisablePreheaderProtect && isPreheader && in isMergingEmptyBlockProfitable()