OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ShouldContinue
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Index/
IndexDecl.cpp
744
bool
ShouldContinue
= Visitor.Visit(D);
745
if (!
ShouldContinue
)
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaAvailability.cpp
894
bool
ShouldContinue
= TraverseStmt(If->getThen());
897
return
ShouldContinue
&& TraverseStmt(If->getElse());
/src/external/apache2/llvm/dist/llvm/lib/Transforms/ObjCARC/
ObjCARCOpts.cpp
1217
bool &
ShouldContinue
) {
1225
ShouldContinue
= true;
1328
bool
ShouldContinue
= false;
1331
ShouldContinue
);
1332
if (
ShouldContinue
)
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
GVN.cpp
2456
bool
ShouldContinue
= true;
2472
while (
ShouldContinue
) {
2474
ShouldContinue
= iterateOnFunction(F);
2475
Changed |=
ShouldContinue
;
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
AtomicExpandPass.cpp
868
// %
ShouldContinue
= icmp ne i32 %Loaded_MaskOut, %OldVal_MaskOut
869
// br i1 %
ShouldContinue
, label %partword.cmpxchg.loop,
928
// allows the below comparison for
ShouldContinue
, and we're
947
Value *
ShouldContinue
= Builder.CreateICmpNE(Loaded_MaskOut, OldVal_MaskOut);
948
Builder.CreateCondBr(
ShouldContinue
, LoopBB, EndBB);
Completed in 64 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026