Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/
HDThreadSafetyTIL.cpp63 if (auto *Ph = dyn_cast<Phi>(E)) { in addPredecessor() local
74 if (auto *Ph = dyn_cast<Phi>(E)) { in reservePredecessors() local
90 if (const auto *Ph = dyn_cast<Phi>(E)) { in getCanonicalVal() local
117 if (auto *Ph = dyn_cast<Phi>(E)) { in simplifyToCanonicalVal() local
133 void til::simplifyIncompleteArg(til::Phi *Ph) { in simplifyIncompleteArg()
HDThreadSafetyCommon.cpp64 if (const auto *Ph = dyn_cast<til::Phi>(E)) in isIncompletePhi() local
313 if (const auto *Ph = dyn_cast<til::Phi>(E)) in getValueDeclFromSExpr() local
701 auto *Ph = dyn_cast<til::Phi>(CurrE); in makePhiNodeVar() local
710 til::Phi *Ph = new (Arena) til::Phi(Arena, NPreds); in makePhiNodeVar() local
799 auto *Ph = dyn_cast_or_null<til::Phi>(PE); in mergePhiNodesBackEdge() local
942 for (auto *Ph : IncompleteArgs) { in exitCFG() local
/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/
HDDriver.cpp2604 for (auto Ph : Phases) { in getDeviceDependences() local