Home
last modified time | relevance | path

Searched defs:Ph (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/Analysis/
DThreadSafetyTIL.cpp61 if (Phi* Ph = dyn_cast<Phi>(E)) { in addPredecessor() local
73 if (Phi* Ph = dyn_cast<Phi>(E)) { in reservePredecessors() local
90 if (const Phi *Ph = dyn_cast<Phi>(E)) { in getCanonicalVal() local
118 if (auto *Ph = dyn_cast<Phi>(E)) { in simplifyToCanonicalVal() local
135 void til::simplifyIncompleteArg(til::Phi *Ph) { in simplifyIncompleteArg()
DThreadSafetyCommon.cpp62 if (const auto *Ph = dyn_cast<til::Phi>(E)) in isIncompletePhi() local
310 if (auto *Ph = dyn_cast<til::Phi>(E)) in getValueDeclFromSExpr() local
700 til::Phi *Ph = dyn_cast<til::Phi>(CurrE); in makePhiNodeVar() local
709 til::Phi *Ph = new (Arena) til::Phi(Arena, NPreds); in makePhiNodeVar() local
803 til::Phi *Ph = dyn_cast_or_null<til::Phi>(PE); in mergePhiNodesBackEdge() local
958 for (auto *Ph : IncompleteArgs) { in exitCFG() local