Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DSjLjEHPrepare.cpp74 void lowerAcrossUnwindEdges(Function &F, ArrayRef<InvokeInst *> Invokes);
270 ArrayRef<InvokeInst *> Invokes) { in lowerAcrossUnwindEdges() argument
318 for (InvokeInst *Invoke : Invokes) { in lowerAcrossUnwindEdges()
340 for (InvokeInst *Invoke : Invokes) { in lowerAcrossUnwindEdges()
365 SmallVector<InvokeInst *, 16> Invokes; in setupEntryBlockAndCallSites() local
379 Invokes.push_back(II); in setupEntryBlockAndCallSites()
385 if (Invokes.empty()) in setupEntryBlockAndCallSites()
388 NumInvokes += Invokes.size(); in setupEntryBlockAndCallSites()
391 lowerAcrossUnwindEdges(F, Invokes); in setupEntryBlockAndCallSites()
426 for (unsigned I = 0, E = Invokes.size(); I != E; ++I) { in setupEntryBlockAndCallSites()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/cmake/modules/
H A DGetHostTriple.cmake2 # Invokes config.guess
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man1/
H A DCA.pl.pod68 Invokes L<openssl-req(1)>.
143 F<newcert.pem>. Invokes L<openssl-verify(1)>.
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DTestingGuide.rst575 Invokes the Clang driver.
578 Invokes the Clang driver for C++.
581 Invokes the CL-compatible Clang driver.
584 Invokes the G++-compatible Clang driver.
587 Invokes the Clang frontend.
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man1/
H A DCA.pl.pod121 "newcert.pem". Invokes B<openssl verify> command.
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DConstantInterpreter.rst153 alongside actual data. Invokes the default constructors of objects
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/
H A Dfunctional1042 // Invokes the underlying function object __arg by unpacking all
2049 * @brief Invokes the function targeted by @c *this.
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/tr1/
H A Dfunctional1048 // Invokes the underlying function object __arg by unpacking all
2052 * @brief Invokes the function targeted by @c *this.
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/
H A Dfunctional334 // Invokes the underlying function object __arg by unpacking all
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/std/
H A Dfunctional400 // Invokes the underlying function object __arg by unpacking all
/netbsd-src/external/bsd/less/dist/
H A Dless.man436 v Invokes an editor to edit the current file being viewed. The
443 Invokes a shell to run the shell-command given. A percent sign
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200810407 (compute_branch_probabilities): Refactored. Invokes mcf_smooth_cfg if