Searched refs:PA (Results 26 - 50 of 161) sorted by relevance

1234567

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DEntryExitInstrumenter.cpp170 PreservedAnalyses PA; local
171 PA.preserveSet<CFGAnalyses>();
172 return PA;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DPassManagerImpl.h95 IRUnitT &IR, const PreservedAnalyses &PA) {
97 if (PA.allAnalysesInSetPreserved<AllAnalysesOn<IRUnitT>>())
128 IsResultInvalidated.insert({ID, Result.invalidate(IR, PA, Inv)}).second;
94 invalidate( IRUnitT &IR, const PreservedAnalyses &PA) argument
H A DPassManagerInternal.h100 /// \p PA is a set of preserved analyses which can be used to avoid
110 virtual bool invalidate(IRUnitT &IR, const PreservedAnalysesT &PA,
191 bool invalidate(IRUnitT &, const PreservedAnalysesT &PA,
193 auto PAC = PA.template getChecker<PassT>();
226 bool invalidate(IRUnitT &IR, const PreservedAnalysesT &PA,
228 return Result.invalidate(IR, PA, Inv);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandReductions.cpp200 PreservedAnalyses PA;
201 PA.preserveSet<CFGAnalyses>();
202 return PA;
H A DRDFRegisters.cpp140 std::pair<RegisterId,LaneBitmask> PA = *UMA; local
141 if (PA.second.any() && (PA.second & RA.Mask).none()) {
152 if (PA.first == PB.first)
154 if (PA.first < PB.first)
156 else if (PB.first < PA.first)
H A DUnreachableBlockElim.cpp75 PreservedAnalyses PA;
76 PA.preserve<DominatorTreeAnalysis>();
77 return PA;
H A DRDFLiveness.cpp173 NodeAddr<PhiNode*> PA = IA;
174 NodeAddr<BlockNode*> BA = PA.Addr->getOwner(DFG);
303 NodeAddr<PhiNode*> PA = DA.Addr->getOwner(DFG); local
304 if (Visited.count(PA.Id))
306 Visited.insert(PA.Id);
308 for (auto U : PA.Addr->members_if(DFG.IsRef<NodeAttrs::Use>, DFG)) {
616 auto PA = DFG.addr<PhiNode*>(PhiUQ[i]); local
617 NodeList PUs = PA.Addr->members_if(DFG.IsRef<NodeAttrs::Use>, DFG);
618 RefMap &RUM = RealUseMap[PA.Id];
628 // phi PA, an
669 NodeAddr<PhiNode*> PA = DFG.addr<PhiNode*>(I.first); local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DOptimizationRemarkEmitter.cpp47 Function &F, const PreservedAnalyses &PA,
55 if (BFI && Inv.invalidate<BlockFrequencyAnalysis>(F, PA))
46 invalidate( Function &F, const PreservedAnalyses &PA, FunctionAnalysisManager::Invalidator &Inv) argument
H A DRegionInfo.cpp81 bool RegionInfo::invalidate(Function &F, const PreservedAnalyses &PA, argument
85 auto PAC = PA.getChecker<RegionInfoAnalysis>();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDivRemPairs.cpp395 PreservedAnalyses PA;
396 PA.preserveSet<CFGAnalyses>();
397 PA.preserve<GlobalsAA>();
398 return PA;
H A DLoopInstSimplify.cpp237 auto PA = getLoopPassPreservedAnalyses();
238 PA.preserveSet<CFGAnalyses>();
240 PA.preserve<MemorySSAAnalysis>();
241 return PA;
H A DSpeculativeExecution.cpp335 PreservedAnalyses PA;
336 PA.preserve<GlobalsAA>();
337 PA.preserveSet<CFGAnalyses>();
338 return PA;
H A DAlignmentFromAssumptions.cpp414 PreservedAnalyses PA;
415 PA.preserveSet<CFGAnalyses>();
416 PA.preserve<AAManager>();
417 PA.preserve<ScalarEvolutionAnalysis>();
418 PA.preserve<GlobalsAA>();
419 return PA;
H A DMergedLoadStoreMotion.cpp418 PreservedAnalyses PA;
420 PA.preserveSet<CFGAnalyses>();
421 PA.preserve<GlobalsAA>();
422 return PA;
H A DLoopDeletion.cpp241 auto PA = getLoopPassPreservedAnalyses(); local
243 PA.preserve<MemorySSAAnalysis>();
244 return PA;
H A DSimplifyCFGPass.cpp239 PreservedAnalyses PA;
240 PA.preserve<GlobalsAA>();
241 return PA;
H A DSink.cpp264 PreservedAnalyses PA;
265 PA.preserveSet<CFGAnalyses>();
266 return PA;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DObjCARCContract.cpp64 ProvenanceAnalysis PA; member in class:__anon4600::ObjCARCContract
164 DependingInstructions, Visited, PA);
168 DependingInstructions, Visited, PA);
206 ProvenanceAnalysis &PA,
250 if (!CanUse(Inst, Load, PA, Class)) {
293 ProvenanceAnalysis &PA) {
303 if (CanDecrementRefCount(Inst, New, PA) && Inst != Release)
384 findSafeStoreForStoreStrongContraction(Load, Release, PA, AA);
395 findRetainForStoreStrongContraction(New, Store, Release, PA);
557 PA
204 findSafeStoreForStoreStrongContraction(LoadInst *Load, Instruction *Release, ProvenanceAnalysis &PA, AliasAnalysis *AA) argument
291 findRetainForStoreStrongContraction(Value *New, StoreInst *Store, Instruction *Release, ProvenanceAnalysis &PA) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DAttributes.cpp89 AttributeImpl *PA = pImpl->AttrsSet.FindNodeOrInsertPos(ID, InsertPoint); local
91 if (!PA) {
95 PA = new (pImpl->Alloc) EnumAttributeImpl(Kind);
97 PA = new (pImpl->Alloc) IntAttributeImpl(Kind, Val);
98 pImpl->AttrsSet.InsertNode(PA, InsertPoint);
102 return Attribute(PA);
112 AttributeImpl *PA = pImpl->AttrsSet.FindNodeOrInsertPos(ID, InsertPoint); local
114 if (!PA) {
120 PA = new (Mem) StringAttributeImpl(Kind, Val);
121 pImpl->AttrsSet.InsertNode(PA, InsertPoin
136 AttributeImpl *PA = pImpl->AttrsSet.FindNodeOrInsertPos(ID, InsertPoint); local
816 AttributeSetNode *PA = local
1045 AttributeListImpl *PA = local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/Windows/
H A DMemory.inc135 void *PA = ::VirtualAlloc(reinterpret_cast<void *>(Start),
137 if (PA == NULL) {
147 Result.Address = PA;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopAnalysisManager.h131 bool invalidate(Function &F, const PreservedAnalyses &PA,
H A DPostDominators.h35 bool invalidate(Function &F, const PreservedAnalyses &PA,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DInternalize.cpp243 PreservedAnalyses PA;
244 PA.preserve<CallGraphAnalysis>();
245 return PA;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroEarly.cpp230 PreservedAnalyses PA;
231 PA.preserveSet<CFGAnalyses>();
232 return PA;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/
H A DAggressiveInstCombine.cpp397 PreservedAnalyses PA; local
398 PA.preserveSet<CFGAnalyses>();
399 PA.preserve<AAManager>();
400 PA.preserve<GlobalsAA>();
401 return PA;

Completed in 192 milliseconds

1234567