Searched refs:PNode (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCoreEngine.cpp181 ExplodedNode *PNode = Pred->getFirstPred(); local
182 dispatchWorkItem(Pred, PNode->getLocation(), WU);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp2261 if (auto *PNode = dyn_cast<PHINode>(IncValue)) {
2262 if (OldPhiNodes.insert(PNode))
2263 PhiWorklist.push_back(PNode);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp1561 if (DINode *PNode = DT->getObjCProperty())
1562 if (DIE *PDie = getDIE(PNode))

Completed in 211 milliseconds