Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DWinEHPrepare.cpp751 Value *FuncletToken; in cloneCommonBlocks() local
753 FuncletToken = ConstantTokenNone::get(F.getContext()); in cloneCommonBlocks()
755 FuncletToken = FuncletPadBB->getFirstNonPHI(); in cloneCommonBlocks()
833 if (CatchRet->getCatchSwitchParentPad() == FuncletToken) in cloneCommonBlocks()
848 EdgeTargetsFunclet = (CRI->getCatchSwitchParentPad() == FuncletToken); in cloneCommonBlocks()