Lines Matching refs:InvokeInst
432 if (isa<CallInst>(I) || isa<InvokeInst>(I)) { in findBaseDefiningValueOfVector()
562 if (isa<CallInst>(I) || isa<InvokeInst>(I)) { in findBaseDefiningValue()
1847 auto *II = cast<InvokeInst>(Call); in makeStatepointExplicitImpl()
1852 InvokeInst *SPInvoke = Builder.CreateGCStatepointInvoke( in makeStatepointExplicitImpl()
2076 if (isa<InvokeInst>(Statepoint)) { in relocationViaAlloca()
2117 if (auto II = dyn_cast<InvokeInst>(Statepoint)) { in relocationViaAlloca()
2176 if (InvokeInst *Invoke = dyn_cast<InvokeInst>(Inst)) { in relocationViaAlloca()
2237 auto *II = cast<InvokeInst>(Call); in insertUseHolderAfter()
2550 if (isa<InvokeInst>(Call)) in rematerializeLiveValues()
2572 auto *Invoke = cast<InvokeInst>(Call); in rematerializeLiveValues()
2667 auto *II = dyn_cast<InvokeInst>(Call); in insertParsePoints()