Searched refs:Invokes (Results 1 – 3 of 3) sorted by relevance
80 void lowerAcrossUnwindEdges(Function &F, ArrayRef<InvokeInst *> Invokes);276 ArrayRef<InvokeInst *> Invokes) { in lowerAcrossUnwindEdges() argument327 for (unsigned i = 0, e = Invokes.size(); i != e; ++i) { in lowerAcrossUnwindEdges()328 BasicBlock *UnwindBlock = Invokes[i]->getUnwindDest(); in lowerAcrossUnwindEdges()349 for (unsigned i = 0, e = Invokes.size(); i != e; ++i) { in lowerAcrossUnwindEdges()350 BasicBlock *UnwindBlock = Invokes[i]->getUnwindDest(); in lowerAcrossUnwindEdges()374 SmallVector<InvokeInst *, 16> Invokes; in setupEntryBlockAndCallSites() local389 Invokes.push_back(II); in setupEntryBlockAndCallSites()395 if (Invokes.empty()) in setupEntryBlockAndCallSites()398 NumInvokes += Invokes.size(); in setupEntryBlockAndCallSites()[all …]
2 # Invokes config.guess
452 Invokes the Clang driver.455 Invokes the Clang driver for C++.458 Invokes the CL-compatible Clang driver.461 Invokes the G++-compatible Clang driver.464 Invokes the Clang frontend.