Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonEarlyIfConv.cpp169 bool isPreheader(const MachineBasicBlock *B) const;
223 bool HexagonEarlyIfConversion::isPreheader(const MachineBasicBlock *B) const { in isPreheader() function in HexagonEarlyIfConversion
321 if ((TB && isPreheader(TB)) || (FB && isPreheader(FB))) { in matchFlowPattern()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp427 bool isPreheader);
957 bool isPreheader) { in isMergingEmptyBlockProfitable() argument
962 if (!DisablePreheaderProtect && isPreheader && in isMergingEmptyBlockProfitable()