Searched refs:KeepGoing (Results 1 – 4 of 4) sorted by relevance
285 bool KeepGoing = true; in propagateCounterValues() local286 while (KeepGoing) { in propagateCounterValues()287 KeepGoing = false; in propagateCounterValues()291 KeepGoing |= Info.tryTakeCountFromKnownOutEdges(BB) || in propagateCounterValues()294 KeepGoing |= Info.trySetSingleUnknownOutEdgeCount(); in propagateCounterValues()295 KeepGoing |= Info.trySetSingleUnknownInEdgeCount(); in propagateCounterValues()
147 bool KeepGoing;
511 F.KeepGoing = GraphKeepGoing; in __anon4662d1480302()
1311 bool KeepGoing = keepEvaluatingAfterFailure(); in noteFailure() local1312 EvalStatus.HasSideEffects |= KeepGoing; in noteFailure()1313 return KeepGoing; in noteFailure()