OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Invokes
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
SjLjEHPrepare.cpp
36
STATISTIC(NumInvokes, "Number of
invokes
replaced");
74
void lowerAcrossUnwindEdges(Function &F, ArrayRef<InvokeInst *>
Invokes
);
270
ArrayRef<InvokeInst *>
Invokes
) {
318
for (InvokeInst *Invoke :
Invokes
) {
340
for (InvokeInst *Invoke :
Invokes
) {
365
SmallVector<InvokeInst *, 16>
Invokes
;
368
// Look through the terminators of the basic blocks to find
invokes
.
379
Invokes
.push_back(II);
385
if (
Invokes
.empty())
388
NumInvokes +=
Invokes
.size()
[
all
...]
SjLjEHPrepare.cpp
36
STATISTIC(NumInvokes, "Number of
invokes
replaced");
74
void lowerAcrossUnwindEdges(Function &F, ArrayRef<InvokeInst *>
Invokes
);
270
ArrayRef<InvokeInst *>
Invokes
) {
318
for (InvokeInst *Invoke :
Invokes
) {
340
for (InvokeInst *Invoke :
Invokes
) {
365
SmallVector<InvokeInst *, 16>
Invokes
;
368
// Look through the terminators of the basic blocks to find
invokes
.
379
Invokes
.push_back(II);
385
if (
Invokes
.empty())
388
NumInvokes +=
Invokes
.size()
[
all
...]
Completed in 100 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026