Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/test/Analysis/MemorySSA/
Dmultiple-backedges-hal.ll64 %KeepGoing = call i1 @getBool()
65 br i1 %KeepGoing, label %InnerLoop.Tail, label %InnerLoop
68 %KeepGoing.Tail = call i1 @getBool()
69 br i1 %KeepGoing.Tail, label %End, label %OuterLoop
/external/llvm/test/Transforms/Util/MemorySSA/
Dmultiple-backedges-hal.ll64 %KeepGoing = call i1 @getBool()
65 br i1 %KeepGoing, label %InnerLoop.Tail, label %InnerLoop
68 %KeepGoing.Tail = call i1 @getBool()
69 br i1 %KeepGoing.Tail, label %End, label %OuterLoop
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-xray/
Dxray-graph.h149 bool KeepGoing;
Dxray-graph.cpp490 F.KeepGoing = GraphKeepGoing; in __anonf9893fcb0302()
/external/clang/lib/AST/
DExprConstant.cpp799 bool KeepGoing = keepEvaluatingAfterFailure(); in noteFailure() local
800 EvalStatus.HasSideEffects |= KeepGoing; in noteFailure()
801 return KeepGoing; in noteFailure()