Lines Matching defs:PA
70 ProvenanceAnalysis PA;
167 findSingleDependency(DK, Arg, Autorelease->getParent(), Autorelease, PA));
196 ProvenanceAnalysis &PA,
233 if (!CanUse(Inst, Load, PA, Class)) {
286 ProvenanceAnalysis &PA) {
296 if (CanDecrementRefCount(Inst, New, PA) && Inst != Release)
351 findSafeStoreForStoreStrongContraction(Load, Release, PA, AA);
362 findRetainForStoreStrongContraction(New, Store, Release, PA);
545 PA.setAA(A);
756 PreservedAnalyses PA;
758 PA.preserveSet<CFGAnalyses>();
759 return PA;