Searched refs:Invokes (Results 1 – 12 of 12) sorted by relevance
74 void lowerAcrossUnwindEdges(Function &F, ArrayRef<InvokeInst *> Invokes);270 ArrayRef<InvokeInst *> Invokes) { in lowerAcrossUnwindEdges() argument318 for (InvokeInst *Invoke : Invokes) { in lowerAcrossUnwindEdges()340 for (InvokeInst *Invoke : Invokes) { in lowerAcrossUnwindEdges()365 SmallVector<InvokeInst *, 16> Invokes; in setupEntryBlockAndCallSites() local379 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 …]
2 # Invokes config.guess
68 Invokes L<openssl-req(1)>.143 F<newcert.pem>. Invokes L<openssl-verify(1)>.
575 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.
121 "newcert.pem". Invokes B<openssl verify> command.
153 alongside actual data. Invokes the default constructors of objects
1042 // Invokes the underlying function object __arg by unpacking all2049 * @brief Invokes the function targeted by @c *this.
1048 // Invokes the underlying function object __arg by unpacking all2052 * @brief Invokes the function targeted by @c *this.
334 // Invokes the underlying function object __arg by unpacking all
400 // Invokes the underlying function object __arg by unpacking all
436 v Invokes an editor to edit the current file being viewed. The443 Invokes a shell to run the shell-command given. A percent sign
10407 (compute_branch_probabilities): Refactored. Invokes mcf_smooth_cfg if