Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/test/Transforms/LoopDeletion/
H A D2011-06-21-phioperands.ll105 br i1 undef, label %Retry.i, label %if.end.i99
110 new.notnull.i: ; preds = %Retry.i
114 br label %Retry.i
116 _ZN4llvm15SmallVectorImplIPKcE9push_backERKS2_.exit: ; preds = %new.notnull.i, %Retry.i
120 br i1 undef, label %Retry.i108, label %if.end.i113
122 Retry.i108: ; preds = %if.end.i113, %if.else
125 new.notnull.i110: ; preds = %Retry.i108
129 br label %Retry.i108
138 br i1 undef, label %Retry.i134, label %if.end.i139
143 new.notnull.i136: ; preds = %Retry.i134
[all …]
/llvm-project-15.0.7/llvm/test/Transforms/NewGVN/
H A Dcond_br2-xfail.ll17 ; CHECK: Retry.i10:
37 br i1 %cmp.i, label %Retry.i, label %if.end.i
39 Retry.i: ; preds = %.noexc, %entry
44 new.notnull.i: ; preds = %Retry.i
56 br label %Retry.i
58 invoke.cont: ; preds = %new.notnull.i, %Retry.i
65 Retry.i10: ; preds = %if.end.i14
70 new.notnull.i11: ; preds = %invoke.cont, %Retry.i10
71 %7 = phi i8* [ %.pre.i13, %Retry.i10 ], [ %add.ptr.i, %invoke.cont ]
79 to label %Retry.i10 unwind label %lpad
[all …]
/llvm-project-15.0.7/llvm/test/Transforms/GVN/
H A Dcond_br2.ll16 ; CHECK: Retry.i10:
36 br i1 %cmp.i, label %Retry.i, label %if.end.i
38 Retry.i: ; preds = %.noexc, %entry
43 new.notnull.i: ; preds = %Retry.i
55 br label %Retry.i
57 invoke.cont: ; preds = %new.notnull.i, %Retry.i
64 Retry.i10: ; preds = %if.end.i14
69 new.notnull.i11: ; preds = %invoke.cont, %Retry.i10
70 %7 = phi i8* [ %.pre.i13, %Retry.i10 ], [ %add.ptr.i, %invoke.cont ]
78 to label %Retry.i10 unwind label %lpad
[all …]
/llvm-project-15.0.7/clang/include/clang/Analysis/Support/
H A DBumpVector.h161 Retry: in push_back()
167 goto Retry; in push_back()
176 Retry: in insert()
185 goto Retry; in insert()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTVector.h164 Retry: in push_back()
170 goto Retry; in push_back()
226 Retry: in insert()
237 goto Retry; in insert()
/llvm-project-15.0.7/bolt/runtime/
H A Dcommon.h536 int Retry = 100; in TryLock() local
537 while (--Retry && !M.acquire()) in TryLock()
539 if (Retry) in TryLock()
/llvm-project-15.0.7/llvm/lib/Support/Windows/
H A DPath.inc495 for (unsigned Retry = 0; Retry != 200; ++Retry) {
589 // Retry this a few times to defeat badly behaved file system scanners.
590 for (unsigned Retry = 0; Retry != 200; ++Retry) {
591 if (Retry != 0)
/llvm-project-15.0.7/clang/docs/analyzer/developer-docs/
H A DIPA.rst153 Retry Without Inlining
208 "Retry Without Inlining").
/llvm-project-15.0.7/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.cpp525 Retry: in performORCombine()
686 goto Retry; in performORCombine()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp1075 for (auto Retry : Retries) { in canCheckPtrAtRT() local
1076 MemAccessInfo Access = Retry.first; in canCheckPtrAtRT()
1077 Type *AccessTy = Retry.second; in canCheckPtrAtRT()
/llvm-project-15.0.7/clang/lib/Parse/
H A DParseStmt.cpp176 Retry: in ParseStatementOrDeclarationAfterAttributes()
221 goto Retry; in ParseStatementOrDeclarationAfterAttributes()
270 goto Retry; in ParseStatementOrDeclarationAfterAttributes()
/llvm-project-15.0.7/llvm/lib/Support/Unix/
H A DPath.inc1330 // Retry if fchown call fails due to interruption.