Home
last modified time | relevance | path

Searched refs:Invokes (Results 1 – 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDSjLjEHPrepare.cpp70 void lowerAcrossUnwindEdges(Function &F, ArrayRef<InvokeInst *> Invokes);
261 ArrayRef<InvokeInst *> Invokes) { in lowerAcrossUnwindEdges() argument
309 for (InvokeInst *Invoke : Invokes) { in lowerAcrossUnwindEdges()
331 for (InvokeInst *Invoke : Invokes) { in lowerAcrossUnwindEdges()
356 SmallVector<InvokeInst *, 16> Invokes; in setupEntryBlockAndCallSites() local
370 Invokes.push_back(II); in setupEntryBlockAndCallSites()
376 if (Invokes.empty()) in setupEntryBlockAndCallSites()
379 NumInvokes += Invokes.size(); in setupEntryBlockAndCallSites()
382 lowerAcrossUnwindEdges(F, Invokes); in setupEntryBlockAndCallSites()
417 for (unsigned I = 0, E = Invokes.size(); I != E; ++I) { in setupEntryBlockAndCallSites()
[all …]