Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonEarlyIfConv.cpp177 bool isPreheader(const MachineBasicBlock *B) const;
231 bool HexagonEarlyIfConversion::isPreheader(const MachineBasicBlock *B) const { in isPreheader() function in HexagonEarlyIfConversion
328 if ((TB && isPreheader(TB)) || (FB && isPreheader(FB))) { in matchFlowPattern()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp348 bool isPreheader);
647 bool isPreheader) { in isMergingEmptyBlockProfitable() argument
652 if (!DisablePreheaderProtect && isPreheader && in isMergingEmptyBlockProfitable()