Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopNestAnalysis.cpp290 bool CheckUniquePred) { in skipEmptyBlockUntil() argument
306 (!CheckUniquePred || BB->getUniquePredecessor())) { in skipEmptyBlockUntil()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopNestAnalysis.h72 /// (if there are any). When \p CheckUniquePred is set to true, check if
77 bool CheckUniquePred = false);