Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonEarlyIfConv.cpp155 bool isPreheader(const MachineBasicBlock *B) const;
204 bool HexagonEarlyIfConversion::isPreheader(const MachineBasicBlock *B) const { in isPreheader() function in HexagonEarlyIfConversion
300 if ((TB && isPreheader(TB)) || (FB && isPreheader(FB))) { in matchFlowPattern()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DCodeGenPrepare.cpp330 bool isPreheader);
630 bool isPreheader) { in isMergingEmptyBlockProfitable() argument
635 if (!DisablePreheaderProtect && isPreheader && in isMergingEmptyBlockProfitable()