Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DCtxProfAnalysis.cpp285 bool KeepGoing = true; in propagateCounterValues() local
286 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()
/freebsd/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-graph.h147 bool KeepGoing;
H A Dxray-graph.cpp511 F.KeepGoing = GraphKeepGoing; in __anon4662d1480302()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp1311 bool KeepGoing = keepEvaluatingAfterFailure(); in noteFailure() local
1312 EvalStatus.HasSideEffects |= KeepGoing; in noteFailure()
1313 return KeepGoing; in noteFailure()