Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DSjLjEHPrepare.cpp80 void lowerAcrossUnwindEdges(Function &F, ArrayRef<InvokeInst *> Invokes);
276 ArrayRef<InvokeInst *> Invokes) { in lowerAcrossUnwindEdges() argument
327 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() local
389 Invokes.push_back(II); in setupEntryBlockAndCallSites()
395 if (Invokes.empty()) in setupEntryBlockAndCallSites()
398 NumInvokes += Invokes.size(); in setupEntryBlockAndCallSites()
[all …]
/external/llvm/cmake/modules/
DGetHostTriple.cmake2 # Invokes config.guess
/external/llvm/docs/
DTestingGuide.rst452 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.