Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Analysis/
H A DIntervalPartition.cpp78 bool AllInInterval = llvm::all_of(B->preds(), [&](const Node *P) { in buildInterval() local
81 if (AllInInterval) { in buildInterval()