Searched refs:KeepGoing (Results 1 – 5 of 5) sorted by relevance
64 %KeepGoing = call i1 @getBool()65 br i1 %KeepGoing, label %InnerLoop.Tail, label %InnerLoop68 %KeepGoing.Tail = call i1 @getBool()69 br i1 %KeepGoing.Tail, label %End, label %OuterLoop
149 bool KeepGoing;
490 F.KeepGoing = GraphKeepGoing; in __anonf9893fcb0302()
799 bool KeepGoing = keepEvaluatingAfterFailure(); in noteFailure() local800 EvalStatus.HasSideEffects |= KeepGoing; in noteFailure()801 return KeepGoing; in noteFailure()