Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp925 Value *FuncletToken; in cloneCommonBlocks() local
927 FuncletToken = ConstantTokenNone::get(F.getContext()); in cloneCommonBlocks()
929 FuncletToken = &*FuncletPadBB->getFirstNonPHIIt(); in cloneCommonBlocks()
1009 if (CatchRet->getCatchSwitchParentPad() == FuncletToken) in cloneCommonBlocks()
1024 EdgeTargetsFunclet = (CRI->getCatchSwitchParentPad() == FuncletToken); in cloneCommonBlocks()