Lines Matching refs:InvokeInst
484 if (isa<CallInst>(I) || isa<InvokeInst>(I)) in findBaseDefiningValueOfVector()
580 if (isa<CallInst>(I) || isa<InvokeInst>(I)) in findBaseDefiningValue()
1742 auto *II = cast<InvokeInst>(Call); in makeStatepointExplicitImpl()
1747 InvokeInst *SPInvoke = Builder.CreateGCStatepointInvoke( in makeStatepointExplicitImpl()
1981 if (isa<InvokeInst>(Statepoint)) { in relocationViaAlloca()
2018 if (auto II = dyn_cast<InvokeInst>(Statepoint)) { in relocationViaAlloca()
2077 if (InvokeInst *Invoke = dyn_cast<InvokeInst>(Inst)) { in relocationViaAlloca()
2137 auto *II = cast<InvokeInst>(Call); in insertUseHolderAfter()
2304 if (isa<InvokeInst>(Call)) { in rematerializeLiveValues()
2379 auto *Invoke = cast<InvokeInst>(Call); in rematerializeLiveValues()
2471 auto *II = dyn_cast<InvokeInst>(Call); in insertParsePoints()