Searched defs:Ph (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/ |
H A D | ThreadSafetyTIL.cpp | 63 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 D | ThreadSafetyCommon.cpp | 64 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
|
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/libbid/ |
H A D | bid_div_macros.h | 44 UINT64 Rh, R, B2, B4, Ph, Ql, Ql2, carry, Qh; in __div_128_by_128() local
|
H A D | bid_internal.h | 231 #define __imul_64x128_full(Ph, Ql, A, B) \ argument 393 #define __mul_64x128_full(Ph, Ql, A, B) \ argument
|
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/libbid/ |
H A D | bid_div_macros.h | 44 UINT64 Rh, R, B2, B4, Ph, Ql, Ql2, carry, Qh; in __div_128_by_128() local
|
H A D | bid_internal.h | 231 #define __imul_64x128_full(Ph, Ql, A, B) \ argument 393 #define __mul_64x128_full(Ph, Ql, A, B) \ argument
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ |
H A D | Driver.cpp | 2822 for (auto Ph : Phases) { in getDeviceDependences() local
|