Searched refs:isPreheader (Results 1 – 1 of 1) sorted by relevance
157 bool isPreheader(const MachineBasicBlock *B) const;206 bool HexagonEarlyIfConversion::isPreheader(const MachineBasicBlock *B) const { in isPreheader() function in HexagonEarlyIfConversion302 if ((TB && isPreheader(TB)) || (FB && isPreheader(FB))) { in matchFlowPattern()