Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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 …]
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp2341 static bool shouldBelongToSameSet(ArrayRef<InvokeInst *> Invokes);
2366 bool CompatibleSets::shouldBelongToSameSet(ArrayRef<InvokeInst *> Invokes) { in shouldBelongToSameSet() argument
2367 assert(Invokes.size() == 2 && "Always called with exactly two candidates."); in shouldBelongToSameSet()
2373 if (any_of(Invokes, IsIllegalToMerge)) in shouldBelongToSameSet()
2379 bool HaveIndirectCalls = any_of(Invokes, IsIndirectCall); in shouldBelongToSameSet()
2380 bool AllCallsAreIndirect = all_of(Invokes, IsIndirectCall); in shouldBelongToSameSet()
2387 for (InvokeInst *II : Invokes) { in shouldBelongToSameSet()
2402 if (any_of(Invokes, HasNormalDest)) { in shouldBelongToSameSet()
2405 if (!all_of(Invokes, HasNormalDest)) in shouldBelongToSameSet()
2410 for (InvokeInst *II : Invokes) { in shouldBelongToSameSet()
[all …]
/openbsd-src/gnu/gcc/gcc/config/m68hc11/
H A Dm68hc11-crt0.S58 ;; .install4 Invokes the main
/openbsd-src/gnu/usr.bin/gcc/gcc/config/m68hc11/
H A Dm68hc11-crt0.S58 ;; .install4 Invokes the main
/openbsd-src/gnu/llvm/llvm/cmake/modules/
H A DGetHostTriple.cmake2 # Invokes config.guess
/openbsd-src/gnu/usr.bin/perl/cpan/Encode/bin/
H A Dpiconv279 Invokes debugging mode. Primarily for Encode hackers.
/openbsd-src/gnu/llvm/llvm/docs/
H A DTestingGuide.rst692 Invokes the Clang driver.
695 Invokes the Clang driver for C++.
698 Invokes the CL-compatible Clang driver.
701 Invokes the G++-compatible Clang driver.
704 Invokes the Clang frontend.
/openbsd-src/gnu/llvm/clang/docs/
H A DConstantInterpreter.rst153 alongside actual data. Invokes the default constructors of objects
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperlport.pod1642 Invokes VMS debugger.