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.cpp63 if (const auto *Ph = dyn_cast<til::Phi>(E)) in isIncompletePhi() local
302 if (auto *Ph = dyn_cast<til::Phi>(E)) in getValueDeclFromSExpr() local
677 til::Phi *Ph = dyn_cast<til::Phi>(CurrE); in makePhiNodeVar() local
686 til::Phi *Ph = new (Arena) til::Phi(Arena, NPreds); in makePhiNodeVar() local
777 til::Phi *Ph = dyn_cast_or_null<til::Phi>(PE); in mergePhiNodesBackEdge() local
920 for (auto *Ph : IncompleteArgs) { in exitCFG() local