Lines Matching refs:InvokeInst
498 if (isa<CallInst>(I) || isa<InvokeInst>(I)) { in findBaseDefiningValueOfVector()
628 if (isa<CallInst>(I) || isa<InvokeInst>(I)) { in findBaseDefiningValue()
1816 auto *II = cast<InvokeInst>(Call); in makeStatepointExplicitImpl()
1821 InvokeInst *SPInvoke = Builder.CreateGCStatepointInvoke( in makeStatepointExplicitImpl()
2056 if (isa<InvokeInst>(Statepoint)) { in relocationViaAlloca()
2093 if (auto II = dyn_cast<InvokeInst>(Statepoint)) { in relocationViaAlloca()
2152 if (InvokeInst *Invoke = dyn_cast<InvokeInst>(Inst)) { in relocationViaAlloca()
2213 auto *II = cast<InvokeInst>(Call); in insertUseHolderAfter()
2405 if (isa<InvokeInst>(Call)) in rematerializeLiveValues()
2482 auto *Invoke = cast<InvokeInst>(Call); in rematerializeLiveValues()
2577 auto *II = dyn_cast<InvokeInst>(Call); in insertParsePoints()