Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSplitKit.cpp73 SmallVector<const MachineBasicBlock *, 1> ExceptionalSuccessors; in computeLastInsertPoint() local
77 ExceptionalSuccessors.push_back(SMBB); in computeLastInsertPoint()
80 ExceptionalSuccessors.push_back(SMBB); in computeLastInsertPoint()
98 if (ExceptionalSuccessors.empty()) in computeLastInsertPoint()
114 if (none_of(ExceptionalSuccessors, [&](const MachineBasicBlock *EHPad) { in computeLastInsertPoint()