Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafetyTIL.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()
H A DThreadSafetyCommon.cpp65 if (const auto *Ph = dyn_cast<til::Phi>(E)) in isIncompletePhi() local
359 if (const auto *Ph = dyn_cast<til::Phi>(E)) in getValueDeclFromSExpr() local
747 auto *Ph = dyn_cast<til::Phi>(CurrE); in makePhiNodeVar() local
756 til::Phi *Ph = new (Arena) til::Phi(Arena, NPreds); in makePhiNodeVar() local
845 auto *Ph = dyn_cast_or_null<til::Phi>(PE); in mergePhiNodesBackEdge() local
988 for (auto *Ph : IncompleteArgs) { in exitCFG() local
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp3322 for (auto Ph : Phases) { in getDeviceDependences() local