Searched defs:Invokes (Results 1 – 5 of 5) sorted by relevance
259 ArrayRef<InvokeInst *> Invokes) { in lowerAcrossUnwindEdges()354 SmallVector<InvokeInst *, 16> Invokes; in setupEntryBlockAndCallSites() local
249 ArrayRef<InvokeInst *> Invokes) { in lowerAcrossUnwindEdges()344 SmallVector<InvokeInst *, 16> Invokes; in setupEntryBlockAndCallSites() local
243 splitLiveRangesAcrossInvokes(SmallVector<InvokeInst*,16> &Invokes) { in splitLiveRangesAcrossInvokes()406 SmallVector<InvokeInst*,16> Invokes; in insertSjLjEHSupport() local842 ArrayRef<InvokeInst*> Invokes) { in lowerAcrossUnwindEdges()917 SmallVector<InvokeInst*, 16> Invokes; in setupEntryBlockAndCallSites() local
286 splitLiveRangesLiveAcrossInvokes(SmallVectorImpl<InvokeInst*> &Invokes) { in splitLiveRangesLiveAcrossInvokes()408 SmallVector<InvokeInst*,16> Invokes; in insertExpensiveEHSupport() local
203 TEST(RandomIRBuilderTest, Invokes) { in TEST() argument