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

/external/llvm/lib/Target/Hexagon/
H A DHexagonEarlyIfConv.cpp163 bool hasEHLabel(const MachineBasicBlock *B) const;
316 bool HexagonEarlyIfConversion::hasEHLabel(const MachineBasicBlock *B) const { function in class:HexagonEarlyIfConversion
397 if (hasEHLabel(FP.SplitB)) // KLUDGE: see function definition
1031 if (!hasEHLabel(SB) || hasUncondBranch(SB))
H A DHexagonInstrInfo.h329 bool hasEHLabel(const MachineBasicBlock *B) const;
H A DHexagonInstrInfo.cpp2532 bool HexagonInstrInfo::hasEHLabel(const MachineBasicBlock *B) const { function in class:HexagonInstrInfo

Completed in 109 milliseconds