Searched refs:CallBlkBind (Results 1 – 1 of 1) sorted by relevance
201 auto CallBlkBind = cast<CallInst>(*I++); in lowerBlockBind() local206 getBlockInvokeFuncAndContext(CallBlkBind, &InvF, &Ctx, &CtxLen, in lowerBlockBind()208 for (auto II = CallBlkBind->user_begin(), EE = CallBlkBind->user_end(); in lowerBlockBind()214 changed |= lowerReturnBlock(Ret, CallBlkBind, Inlined); in lowerBlockBind()222 assert(CI->getArgOperand(0) == CallBlkBind); in lowerBlockBind()225 assert(CI->getArgOperand(0) == CallBlkBind); in lowerBlockBind()236 erase(CallBlkBind); in lowerBlockBind()324 lowerReturnBlock(ReturnInst *Ret, Value *CallBlkBind, bool &Inlined) { in lowerReturnBlock() argument359 if (auto CallBlkBind = dyn_cast<CallInst>(Blk)) { in getBlockInvokeFuncAndContext() local360 assert(CallBlkBind->getCalledFunction()->getName() == in getBlockInvokeFuncAndContext()[all …]