Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp745 for (auto &Funclets : FuncletBlocks) { in cloneCommonBlocks() local
746 BasicBlock *FuncletPadBB = Funclets.first; in cloneCommonBlocks()
747 std::vector<BasicBlock *> &BlocksInFunclet = Funclets.second; in cloneCommonBlocks()
/openbsd-src/gnu/llvm/llvm/docs/
H A DExceptionHandling.rst492 Funclets, in this context, are regions of the parent function that can be called