Searched defs:PA (Results 1 - 17 of 17) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/Analysis/
H A DCGSCCPassManager.cpp30 invalidate( Module &M, const PreservedAnalyses &PA) argument
59 invalidate( LazyCallGraph::SCC &C, const PreservedAnalyses &PA) argument
/freebsd-11.0-release/contrib/llvm/lib/IR/
H A DPassManager.cpp30 invalidate( Module &M, const PreservedAnalyses &PA) argument
H A DAttributes.cpp43 AttributeImpl *PA = pImpl->AttrsSet.FindNodeOrInsertPos(ID, InsertPoint); local
66 AttributeImpl *PA = pImpl->AttrsSet.FindNodeOrInsertPos(ID, InsertPoint); local
489 AttributeSetNode *PA = local
622 AttributeSetImpl *PA = pImpl->AttrsLists.FindNodeOrInsertPos(ID, InsertPoint); local
[all...]
H A DCore.cpp1736 void LLVMAddFunctionAttr(LLVMValueRef Fn, LLVMAttribute PA) { argument
1759 void LLVMRemoveFunctionAttr(LLVMValueRef Fn, LLVMAttribute PA) { argument
1834 void LLVMAddAttribute(LLVMValueRef Arg, LLVMAttribute PA) { argument
1840 void LLVMRemoveAttribute(LLVMValueRef Arg, LLVMAttribute PA) { argument
2058 LLVMAddInstrAttribute(LLVMValueRef Instr, unsigned index, LLVMAttribute PA) argument
2068 LLVMRemoveInstrAttribute(LLVMValueRef Instr, unsigned index, LLVMAttribute PA) argument
[all...]
/freebsd-11.0-release/contrib/llvm/lib/Transforms/ObjCARC/
H A DDependencyAnalysis.h79 CanDecrementRefCount(const Instruction *Inst, const Value *Ptr, ProvenanceAnalysis &PA) argument
H A DProvenanceAnalysisEvaluator.cpp67 ProvenanceAnalysis PA; local
H A DDependencyAnalysis.cpp35 CanAlterRefCount(const Instruction *Inst, const Value *Ptr, ProvenanceAnalysis &PA, ARCInstKind Class) argument
71 CanDecrementRefCount(const Instruction *Inst, const Value *Ptr, ProvenanceAnalysis &PA, ARCInstKind Class) argument
85 CanUse(const Instruction *Inst, const Value *Ptr, ProvenanceAnalysis &PA, ARCInstKind Class) argument
135 Depends(DependenceKind Flavor, Instruction *Inst, const Value *Arg, ProvenanceAnalysis &PA) argument
223 FindDependencies(DependenceKind Flavor, const Value *Arg, BasicBlock *StartBB, Instruction *StartInst, SmallPtrSetImpl<Instruction *> &DependingInsts, SmallPtrSetImpl<const BasicBlock *> &Visited, ProvenanceAnalysis &PA) argument
[all...]
H A DPtrState.cpp215 HandlePotentialAlterRefCount(Instruction *Inst, const Value *Ptr, ProvenanceAnalysis &PA, ARCInstKind Class) argument
243 HandlePotentialUse(BasicBlock *BB, Instruction *Inst, const Value *Ptr, ProvenanceAnalysis &PA, ARCInstKind Class) argument
350 HandlePotentialAlterRefCount(Instruction *Inst, const Value *Ptr, ProvenanceAnalysis &PA, ARCInstKind Class) argument
383 HandlePotentialUse(Instruction *Inst, const Value *Ptr, ProvenanceAnalysis &PA, ARCInstKind Class) argument
H A DObjCARCContract.cpp61 ProvenanceAnalysis PA; member in class:__anon3164::ObjCARCContract
195 findSafeStoreForStoreStrongContraction(LoadInst *Load, Instruction *Release, ProvenanceAnalysis &PA, AliasAnalysis *AA) argument
281 findRetainForStoreStrongContraction(Value *New, StoreInst *Store, Instruction *Release, ProvenanceAnalysis &PA) argument
[all...]
H A DObjCARCOpts.cpp470 ProvenanceAnalysis PA; member in class:__anon3167::ObjCARCOpt
1996 HasSafePathToPredecessorCall(const Value *Arg, Instruction *Retain, SmallPtrSetImpl<Instruction *> &DepInsts, SmallPtrSetImpl<const BasicBlock *> &Visited, ProvenanceAnalysis &PA) argument
2020 FindPredecessorRetainWithSafePath(const Value *Arg, BasicBlock *BB, Instruction *Autorelease, SmallPtrSetImpl<Instruction *> &DepInsts, SmallPtrSetImpl<const BasicBlock *> &Visited, ProvenanceAnalysis &PA) argument
2045 FindPredecessorAutoreleaseWithSafePath(const Value *Arg, BasicBlock *BB, ReturnInst *Ret, SmallPtrSetImpl<Instruction *> &DepInsts, SmallPtrSetImpl<const BasicBlock *> &V, ProvenanceAnalysis &PA) argument
[all...]
/freebsd-11.0-release/contrib/llvm/include/llvm/Analysis/
H A DCGSCCPassManager.h228 PreservedAnalyses PA = PreservedAnalyses::all(); local
448 PreservedAnalyses PA = PreservedAnalyses::all(); local
[all...]
/freebsd-11.0-release/contrib/llvm/include/llvm/IR/
H A DPassManager.h92 PreservedAnalyses PA; local
199 PreservedAnalyses PA = PreservedAnalyses::all(); local
371 PreservedAnalyses invalidate(IRUnitT &IR, PreservedAnalyses PA) { argument
510 PreservedAnalyses invalidateImpl(IRUnitT &IR, PreservedAnalyses PA) { argument
792 PreservedAnalyses PA = PreservedAnalyses::all(); local
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DIvarInvalidationChecker.cpp619 checkObjCPropertyRefExpr( const ObjCPropertyRefExpr *PA) argument
/freebsd-11.0-release/contrib/llvm/lib/Target/Hexagon/
H A DRDFLiveness.cpp386 auto PA = DFG.addr<PhiNode*>(PhiUQ[i]); local
424 NodeAddr<PhiNode*> PA = DFG.addr<PhiNode*>(I.first); local
[all...]
H A DRDFGraph.cpp514 void BlockNode::addPhi(NodeAddr<PhiNode*> PA, const DataFlowGraph &G) { argument
894 NodeAddr<PhiNode*> PA = newNode(NodeAttrs::Code | NodeAttrs::Phi); local
946 NodeAddr<PhiNode*> PA = newPhi(EA); local
1391 NodeAddr<PhiNode*> PA = newPhi(BA); local
1446 auto PA = addr<PhiNode*>(PhiQ[0]); local
[all...]
/freebsd-11.0-release/usr.bin/tip/tip/
H A Dtip.h71 char *PA; /* parity to be generated */ variable
/freebsd-11.0-release/contrib/llvm/utils/TableGen/
H A DCodeGenRegisters.cpp812 static bool TopoOrderRC(const CodeGenRegisterClass &PA, argument

Completed in 105 milliseconds