Lines Matching refs:CPI
1337 static bool hasExceptionPointerOrCodeUser(const CatchPadInst *CPI) { in hasExceptionPointerOrCodeUser() argument
1338 for (const User *U : CPI->users()) { in hasExceptionPointerOrCodeUser()
1353 const CatchPadInst *CPI) { in mapWasmLandingPadIndex() argument
1358 CPI->arg_size() == 1 && in mapWasmLandingPadIndex()
1359 cast<Constant>(CPI->getArgOperand(0))->isNullValue(); in mapWasmLandingPadIndex()
1362 bool IsCatchLongjmp = CPI->arg_size() == 0; in mapWasmLandingPadIndex()
1366 for (const User *U : CPI->users()) { in mapWasmLandingPadIndex()
1397 if (const auto *CPI = dyn_cast<CatchPadInst>(LLVMBB->getFirstNonPHI())) { in PrepareEHLandingPad() local
1398 if (hasExceptionPointerOrCodeUser(CPI)) { in PrepareEHLandingPad()
1404 unsigned VReg = FuncInfo->getCatchPadExceptionPointerVReg(CPI, PtrRC); in PrepareEHLandingPad()
1428 if (const auto *CPI = dyn_cast<CatchPadInst>(LLVMBB->getFirstNonPHI())) in PrepareEHLandingPad() local
1429 mapWasmLandingPadIndex(MBB, CPI); in PrepareEHLandingPad()