HomeSort by relevance Sort by last modified time
    Searched refs:Ph (Results 1 - 4 of 4) sorted by null

  /external/clang/lib/Analysis/
ThreadSafetyTIL.cpp 61 if (Phi* Ph = dyn_cast<Phi>(E)) {
62 Ph->values().reserveCheck(1, Arena);
63 Ph->values().push_back(nullptr);
73 if (Phi* Ph = dyn_cast<Phi>(E)) {
74 Ph->values().reserve(NumPreds, Arena);
90 if (const Phi *Ph = dyn_cast<Phi>(E)) {
91 if (Ph->status() == Phi::PH_SingleVal) {
92 E = Ph->values()[0];
118 if (auto *Ph = dyn_cast<Phi>(E)) {
119 if (Ph->status() == Phi::PH_Incomplete
    [all...]
ThreadSafetyCommon.cpp 62 if (const auto *Ph = dyn_cast<til::Phi>(E))
63 return Ph->status() == til::Phi::PH_Incomplete;
310 if (auto *Ph = dyn_cast<til::Phi>(E))
311 return Ph->clangDecl();
700 til::Phi *Ph = dyn_cast<til::Phi>(CurrE);
701 assert(Ph && "Expecting Phi node.");
703 Ph->values()[ArgIndex] = E;
709 til::Phi *Ph = new (Arena) til::Phi(Arena, NPreds);
710 Ph->values().setValues(NPreds, nullptr);
712 Ph->values()[PIdx] = CurrE
    [all...]
  /external/clang/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h     [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
pdfjs.js     [all...]

Completed in 262 milliseconds