Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonEarlyIfConv.cpp161 bool hasEHLabel(const MachineBasicBlock *B) const;
314 bool HexagonEarlyIfConversion::hasEHLabel(const MachineBasicBlock *B) const { in hasEHLabel() function in HexagonEarlyIfConversion
395 if (hasEHLabel(FP.SplitB)) // KLUDGE: see function definition in isValid()
1029 if (!hasEHLabel(SB) || hasUncondBranch(SB)) in simplifyFlowGraph()
DHexagonInstrInfo.h357 bool hasEHLabel(const MachineBasicBlock *B) const;
DHexagonInstrInfo.cpp2975 bool HexagonInstrInfo::hasEHLabel(const MachineBasicBlock *B) const { in hasEHLabel() function in HexagonInstrInfo