Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafetyCommon.cpp64 static bool isIncompletePhi(const til::SExpr *E) { in isIncompletePhi() function
765 if (!E || isIncompletePhi(E) || isIncompletePhi(CurrE)) in makePhiNodeVar()