Home
last modified time | relevance | path

Searched refs:KeepGoing (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/llvm/test/Analysis/MemorySSA/
H A Dmultiple-backedges-hal.ll63 %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 Dtest-release.sh453 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 DScopDetection.cpp202 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 Dxray-graph.h147 bool KeepGoing;
H A Dxray-graph.cpp509 F.KeepGoing = GraphKeepGoing; in __anona1e4ec780302()
/llvm-project-15.0.7/clang/lib/AST/
H A DExprConstant.cpp1230 bool KeepGoing = keepEvaluatingAfterFailure(); in noteFailure() local
1231 EvalStatus.HasSideEffects |= KeepGoing; in noteFailure()
1232 return KeepGoing; in noteFailure()