Searched refs:Ph (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/lib/Analysis/
H A DThreadSafetyTIL.cpp63 if (auto *Ph = dyn_cast<Phi>(E)) {
64 Ph->values().reserveCheck(1, Arena);
65 Ph->values().push_back(nullptr);
74 if (auto *Ph = dyn_cast<Phi>(E)) {
75 Ph->values().reserve(NumPreds, Arena);
90 if (const auto *Ph = dyn_cast<Phi>(E)) {
91 if (Ph->status() == Phi::PH_SingleVal) {
92 E = Ph->values()[0];
117 if (auto *Ph = dyn_cast<Phi>(E)) {
118 if (Ph
133 simplifyIncompleteArg(til::Phi *Ph) argument
[all...]
H A DThreadSafetyCommon.cpp64 if (const auto *Ph = dyn_cast<til::Phi>(E))
65 return Ph->status() == til::Phi::PH_Incomplete;
313 if (const auto *Ph = dyn_cast<til::Phi>(E))
314 return Ph->clangDecl();
701 auto *Ph = dyn_cast<til::Phi>(CurrE); local
702 assert(Ph && "Expecting Phi node.");
704 Ph->values()[ArgIndex] = E;
710 til::Phi *Ph = new (Arena) til::Phi(Arena, NPreds); local
711 Ph->values().setValues(NPreds, nullptr);
713 Ph
799 auto *Ph = dyn_cast_or_null<til::Phi>(PE); local
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/libbid/
H A Dbid_div_macros.h44 UINT64 Rh, R, B2, B4, Ph, Ql, Ql2, carry, Qh; local
107 __mul_64x128_full (Ph, CQB, (pCQ->w[0]), CY);
122 __mul_64x128_full (Ph, CQB, (pCQ->w[0]), CY);
H A Dbid_internal.h231 #define __imul_64x128_full(Ph, Ql, A, B) \
243 Ph = QM2.w[1]; \
393 #define __mul_64x128_full(Ph, Ql, A, B) \
403 Ph = QM2.w[1]; \
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/libbid/
H A Dbid_div_macros.h44 UINT64 Rh, R, B2, B4, Ph, Ql, Ql2, carry, Qh; local
107 __mul_64x128_full (Ph, CQB, (pCQ->w[0]), CY);
122 __mul_64x128_full (Ph, CQB, (pCQ->w[0]), CY);
H A Dbid_internal.h231 #define __imul_64x128_full(Ph, Ql, A, B) \
243 Ph = QM2.w[1]; \
393 #define __mul_64x128_full(Ph, Ql, A, B) \
403 Ph = QM2.w[1]; \
/netbsd-current/external/apache2/llvm/dist/clang/lib/Driver/
H A DDriver.cpp2822 for (auto Ph : Phases) {
2824 if (Ph < CurPhase)
2827 if (Ph > FinalPhase)
2831 C, Args, Ph, CudaDeviceActions[I], Action::OFK_Cuda);
2833 if (Ph == phases::Assemble)
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h1905 void simplifyIncompleteArg(til::Phi *Ph);

Completed in 380 milliseconds