Home
last modified time | relevance | path

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

/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)) getValueDeclFromSExpr() local
747 auto *Ph = dyn_cast<til::Phi>(CurrE); makePhiNodeVar() local
756 til::Phi *Ph = new (Arena) til::Phi(Arena, NPreds); makePhiNodeVar() local
845 auto *Ph = dyn_cast_or_null<til::Phi>(PE); mergePhiNodesBackEdge() local
988 for (auto *Ph : IncompleteArgs) { exitCFG() local
[all...]
/llvm-project/clang/lib/Driver/
H A DDriver.cpp3311 for (auto Ph : Phases) { getDeviceDependences() local