Searched refs:PA (Results 51 - 75 of 161) sorted by relevance

1234567

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopSimplify.cpp876 PreservedAnalyses PA;
877 PA.preserve<DominatorTreeAnalysis>();
878 PA.preserve<LoopAnalysis>();
879 PA.preserve<BasicAA>();
880 PA.preserve<GlobalsAA>();
881 PA.preserve<SCEVAA>();
882 PA.preserve<ScalarEvolutionAnalysis>();
883 PA.preserve<DependenceAnalysis>();
885 PA.preserve<MemorySSAAnalysis>();
891 PA
[all...]
H A DBreakCriticalEdges.cpp93 PreservedAnalyses PA;
94 PA.preserve<DominatorTreeAnalysis>();
95 PA.preserve<LoopAnalysis>();
96 return PA;
H A DLibCallsShrinkWrap.cpp557 auto PA = PreservedAnalyses();
558 PA.preserve<GlobalsAA>();
559 PA.preserve<DominatorTreeAnalysis>();
560 return PA;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DRDFGraph.cpp545 // Add the phi node PA to the given block node.
546 void BlockNode::addPhi(NodeAddr<PhiNode*> PA, const DataFlowGraph &G) { argument
549 addMember(PA, G);
557 Code.FirstM = PA.Id;
558 PA.Addr->setNext(M.Id);
560 // If the first member is a phi, find the last phi, and append PA to it.
570 addMemberAfter(M, PA, G);
840 NodeAddr<PhiNode*> PA = newNode(NodeAttrs::Code | NodeAttrs::Phi); local
841 Owner.Addr->addPhi(PA, *this);
842 return PA;
910 NodeAddr<PhiNode*> PA = newPhi(EA); local
935 NodeAddr<PhiNode*> PA = newPhi(BA); local
1488 NodeAddr<PhiNode*> PA = newPhi(BA); local
1542 auto PA = addr<PhiNode*>(PhiQ[0]); local
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseTentative.cpp136 RevertingTentativeParsingAction PA(*this);
352 RevertingTentativeParsingAction PA(P);
434 RevertingTentativeParsingAction PA(*this);
490 RevertingTentativeParsingAction PA(*this);
583 RevertingTentativeParsingAction PA(*this);
677 RevertingTentativeParsingAction PA(*this);
1514 RevertingTentativeParsingAction PA(*this);
1608 RevertingTentativeParsingAction PA(*this);
1673 RevertingTentativeParsingAction PA(*this);
1702 RevertingTentativeParsingAction PA(*thi
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DIvarInvalidationChecker.cpp135 void checkObjCPropertyRefExpr(const ObjCPropertyRefExpr *PA);
616 const ObjCPropertyRefExpr *PA) {
618 if (PA->isExplicitProperty()) {
619 const ObjCPropertyDecl *PD = PA->getExplicitProperty();
629 if (PA->isImplicitProperty()) {
630 const ObjCMethodDecl *MD = PA->getImplicitPropertySetter();
615 checkObjCPropertyRefExpr( const ObjCPropertyRefExpr *PA) argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DADCE.cpp691 PreservedAnalyses PA;
694 PA.preserveSet<CFGAnalyses>();
696 PA.preserve<DominatorTreeAnalysis>();
697 PA.preserve<PostDominatorTreeAnalysis>();
699 PA.preserve<GlobalsAA>();
700 return PA;
H A DLoopSink.cpp345 PreservedAnalyses PA;
346 PA.preserveSet<CFGAnalyses>();
347 return PA;
H A DFloat2Int.cpp546 PreservedAnalyses PA;
547 PA.preserveSet<CFGAnalyses>();
548 PA.preserve<GlobalsAA>();
549 return PA;
H A DLoopDataPrefetch.cpp183 PreservedAnalyses PA; local
184 PA.preserve<DominatorTreeAnalysis>();
185 PA.preserve<LoopAnalysis>();
186 return PA;
H A DNaryReassociate.cpp191 PreservedAnalyses PA;
192 PA.preserveSet<CFGAnalyses>();
193 PA.preserve<ScalarEvolutionAnalysis>();
194 return PA;
H A DLowerAtomic.cpp164 auto PA = Impl.run(F, DummyFAM); variable
165 return !PA.areAllPreserved();
H A DCallSiteSplitting.cpp587 PreservedAnalyses PA;
588 PA.preserve<DominatorTreeAnalysis>();
589 return PA;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfo.h53 bool invalidate(Function &F, const PreservedAnalyses &PA,
H A DGlobalsModRef.h86 bool invalidate(Module &M, const PreservedAnalyses &PA,
H A DOptimizationRemarkEmitter.h61 bool invalidate(Function &F, const PreservedAnalyses &PA,
H A DDominanceFrontier.h152 bool invalidate(Function &F, const PreservedAnalyses &PA,
H A DLazyValueInfo.h118 bool invalidate(Function &F, const PreservedAnalyses &PA,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DPhiValues.cpp27 bool PhiValues::invalidate(Function &, const PreservedAnalyses &PA, argument
30 auto PAC = PA.getChecker<PhiValuesAnalysis>();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DObjCARCOpts.cpp485 ProvenanceAnalysis PA; member in class:__anon4603::ObjCARCOpt
1131 DependingInstructions, Visited, PA);
1136 DependingInstructions, Visited, PA);
1402 if (S.HandlePotentialAlterRefCount(Inst, Ptr, PA, Class))
1405 S.HandlePotentialUse(BB, Inst, Ptr, PA, Class);
1537 if (S.HandlePotentialAlterRefCount(Inst, Ptr, PA, Class))
1540 S.HandlePotentialUse(Inst, Ptr, PA, Class);
2081 switch (PA.getAA()->alias(Arg, EarlierArg)) {
2110 switch (PA.getAA()->alias(Arg, EarlierArg)) {
2230 ProvenanceAnalysis &PA) {
2227 HasSafePathToPredecessorCall(const Value *Arg, Instruction *Retain, SmallPtrSetImpl<Instruction *> &DepInsts, SmallPtrSetImpl<const BasicBlock *> &Visited, ProvenanceAnalysis &PA) argument
2251 FindPredecessorRetainWithSafePath(const Value *Arg, BasicBlock *BB, Instruction *Autorelease, SmallPtrSetImpl<Instruction *> &DepInsts, SmallPtrSetImpl<const BasicBlock *> &Visited, ProvenanceAnalysis &PA) argument
2276 FindPredecessorAutoreleaseWithSafePath(const Value *Arg, BasicBlock *BB, ReturnInst *Ret, SmallPtrSetImpl<Instruction *> &DepInsts, SmallPtrSetImpl<const BasicBlock *> &V, ProvenanceAnalysis &PA) argument
[all...]
/freebsd-13-stable/contrib/libdivsufsort/include/
H A Ddivsufsort_private.h194 sssort(const sauchar_t *Td, const saidx_t *PA,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOMemOPSizeOpt.cpp542 auto PA = PreservedAnalyses();
543 PA.preserve<GlobalsAA>();
544 PA.preserve<DominatorTreeAnalysis>();
545 return PA;
/freebsd-13-stable/usr.bin/tip/tip/
H A Dremote.c64 &ES, &EX, &FO, &RC, &RE, &PA
H A Dvars.c117 "par", (char *)&PA },
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DDominators.cpp104 bool DominatorTree::invalidate(Function &F, const PreservedAnalyses &PA, argument
108 auto PAC = PA.getChecker<DominatorTreeAnalysis>();

Completed in 122 milliseconds

1234567