Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonEarlyIfConv.cpp176 bool isPreheader(const MachineBasicBlock *B) const;
230 bool HexagonEarlyIfConversion::isPreheader(const MachineBasicBlock *B) const { in isPreheader() function in HexagonEarlyIfConversion
328 if ((TB && isPreheader(TB)) || (FB && isPreheader(FB))) { in matchFlowPattern()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp397 bool isPreheader);
811 bool isPreheader) { in isMergingEmptyBlockProfitable() argument
816 if (!DisablePreheaderProtect && isPreheader && in isMergingEmptyBlockProfitable()