Home
last modified time | relevance | path

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

/external/clang/lib/Analysis/
DThreadSafetyCommon.cpp62 static bool isIncompletePhi(const til::SExpr *E) { in isIncompletePhi() function
695 if (!E || isIncompletePhi(E) || isIncompletePhi(CurrE)) { in makePhiNodeVar()