Searched refs:KeepGoing (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/llvm/test/Analysis/MemorySSA/ |
| H A D | multiple-backedges-hal.ll | 63 %KeepGoing = call i1 @getBool() 64 br i1 %KeepGoing, label %InnerLoop.Tail, label %InnerLoop 67 %KeepGoing.Tail = call i1 @getBool() 68 br i1 %KeepGoing.Tail, label %End, label %OuterLoop
|
| /llvm-project-15.0.7/llvm/utils/release/ |
| H A D | test-release.sh | 453 KeepGoing="-k" 457 KeepGoing="-k 100" 461 if ! ( ${MAKE} -j $NumJobs $KeepGoing check-all \ 472 if ! ( ${MAKE} -j $NumJobs $KeepGoing check \
|
| /llvm-project-15.0.7/polly/lib/Analysis/ |
| H A D | ScopDetection.cpp | 202 static cl::opt<bool> KeepGoing("polly-detect-keep-going", variable 974 if (!KeepGoing) in hasValidArraySizes() 1029 if (!KeepGoing && !AllowNonAffine) in computeAccessFunctions() 1068 if (KeepGoing) in hasAffineMemoryAccesses() 1622 if (!isValidLoop(L, Context) && !KeepGoing) in allBlocksValid() 1641 if (!isValidCFG(*BB, false, IsErrorBlock, Context) && !KeepGoing) in allBlocksValid() 1648 if (!isValidInstruction(*I, Context) && !KeepGoing) in allBlocksValid()
|
| /llvm-project-15.0.7/llvm/tools/llvm-xray/ |
| H A D | xray-graph.h | 147 bool KeepGoing;
|
| H A D | xray-graph.cpp | 509 F.KeepGoing = GraphKeepGoing; in __anona1e4ec780302()
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | ExprConstant.cpp | 1230 bool KeepGoing = keepEvaluatingAfterFailure(); in noteFailure() local 1231 EvalStatus.HasSideEffects |= KeepGoing; in noteFailure() 1232 return KeepGoing; in noteFailure()
|