Searched refs:ShouldContinue (Results 1 - 7 of 7) sorted by relevance
/third_party/node/deps/v8/third_party/zlib/google/ |
H A D | zip_writer.cc | 19 bool ZipWriter::ShouldContinue() { in ShouldContinue() function in zip::internal::ZipWriter 38 while (ShouldContinue()) { in AddFileContent() 117 if (!ShouldContinue()) in AddDirectoryEntry()
|
H A D | zip_writer.h | 92 bool ShouldContinue();
|
/third_party/node/deps/zlib/google/ |
H A D | zip_writer.cc | 19 bool ZipWriter::ShouldContinue() { in ShouldContinue() function in zip::internal::ZipWriter 38 while (ShouldContinue()) { in AddFileContent() 117 if (!ShouldContinue()) in AddDirectoryEntry()
|
H A D | zip_writer.h | 92 bool ShouldContinue();
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/ |
H A D | ObjCARCOpts.cpp | 1167 bool &ShouldContinue) { in CheckForUseCFGHazard() 1175 ShouldContinue = true; in CheckForUseCFGHazard() 1280 bool ShouldContinue = false; in CheckForCFGHazards() local 1283 ShouldContinue); in CheckForCFGHazards() 1284 if (ShouldContinue) in CheckForCFGHazards() 1161 CheckForUseCFGHazard(const Sequence SuccSSeq, const bool SuccSRRIKnownSafe, TopDownPtrState &S, bool &SomeSuccHasSame, bool &AllSuccsHaveSame, bool &NotAllSeqEqualButKnownSafe, bool &ShouldContinue) CheckForUseCFGHazard() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | GVN.cpp | 2128 bool ShouldContinue = true; in runImpl() local 2144 while (ShouldContinue) { in runImpl() 2146 ShouldContinue = iterateOnFunction(F); in runImpl() 2147 Changed |= ShouldContinue; in runImpl()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | AtomicExpandPass.cpp | 837 // %ShouldContinue = icmp ne i32 %Loaded_MaskOut, %OldVal_MaskOut in expandPartwordCmpXchg() 838 // br i1 %ShouldContinue, label %partword.cmpxchg.loop, in expandPartwordCmpXchg() 898 // allows the below comparison for ShouldContinue, and we're in expandPartwordCmpXchg() 917 Value *ShouldContinue = Builder.CreateICmpNE(Loaded_MaskOut, OldVal_MaskOut); in expandPartwordCmpXchg() local 918 Builder.CreateCondBr(ShouldContinue, LoopBB, EndBB); in expandPartwordCmpXchg()
|
Completed in 12 milliseconds