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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonEarlyIfConv.cpp176 bool isPreheader(const MachineBasicBlock *B) const;
230 bool HexagonEarlyIfConversion::isPreheader(const MachineBasicBlock *B) const { function in class:HexagonEarlyIfConversion
328 if ((TB && isPreheader(TB)) || (FB && isPreheader(FB))) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp366 bool isPreheader);
675 bool isPreheader) {
680 if (!DisablePreheaderProtect && isPreheader &&
673 isMergingEmptyBlockProfitable(BasicBlock *BB, BasicBlock *DestBB, bool isPreheader) argument

Completed in 92 milliseconds