Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp896 Value *FuncletToken; in cloneCommonBlocks() local
898 FuncletToken = ConstantTokenNone::get(F.getContext()); in cloneCommonBlocks()
900 FuncletToken = FuncletPadBB->getFirstNonPHI(); in cloneCommonBlocks()
978 if (CatchRet->getCatchSwitchParentPad() == FuncletToken) in cloneCommonBlocks()
993 EdgeTargetsFunclet = (CRI->getCatchSwitchParentPad() == FuncletToken); in cloneCommonBlocks()