Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp422 bool isPreheader);
877 bool isPreheader) { in isMergingEmptyBlockProfitable() argument
882 if (!DisablePreheaderProtect && isPreheader && in isMergingEmptyBlockProfitable()