Home
last modified time | relevance | path

Searched refs:ProvenanceAnalysis (Results 1 – 11 of 11) sorted by relevance

/external/llvm/lib/Transforms/ObjCARC/
DDependencyAnalysis.h37 class ProvenanceAnalysis; variable
58 ProvenanceAnalysis &PA);
62 ProvenanceAnalysis &PA);
66 bool CanUse(const Instruction *Inst, const Value *Ptr, ProvenanceAnalysis &PA,
72 ProvenanceAnalysis &PA, ARCInstKind Class);
77 ProvenanceAnalysis &PA, ARCInstKind Class);
81 ProvenanceAnalysis &PA) { in CanDecrementRefCount()
DProvenanceAnalysis.h50 class ProvenanceAnalysis {
61 void operator=(const ProvenanceAnalysis &) = delete;
62 ProvenanceAnalysis(const ProvenanceAnalysis &) = delete;
65 ProvenanceAnalysis() {} in ProvenanceAnalysis() function
DPtrState.h31 class ProvenanceAnalysis; variable
183 ProvenanceAnalysis &PA, ARCInstKind Class);
185 ProvenanceAnalysis &PA, ARCInstKind Class);
201 ProvenanceAnalysis &PA, ARCInstKind Class);
204 ProvenanceAnalysis &PA, ARCInstKind Class);
DDependencyAnalysis.cpp36 ProvenanceAnalysis &PA, in CanAlterRefCount()
73 ProvenanceAnalysis &PA, in CanDecrementRefCount()
86 ProvenanceAnalysis &PA, ARCInstKind Class) { in CanUse()
136 const Value *Arg, ProvenanceAnalysis &PA) { in Depends()
228 ProvenanceAnalysis &PA) { in FindDependencies()
DProvenanceAnalysis.cpp33 bool ProvenanceAnalysis::relatedSelect(const SelectInst *A, in relatedSelect()
48 bool ProvenanceAnalysis::relatedPHI(const PHINode *A, in relatedPHI()
107 bool ProvenanceAnalysis::relatedCheck(const Value *A, const Value *B, in relatedCheck()
163 bool ProvenanceAnalysis::related(const Value *A, const Value *B, in related()
DPtrState.cpp217 ProvenanceAnalysis &PA, in HandlePotentialAlterRefCount()
245 ProvenanceAnalysis &PA, in HandlePotentialUse()
352 ProvenanceAnalysis &PA, in HandlePotentialAlterRefCount()
384 ProvenanceAnalysis &PA, in HandlePotentialUse()
DCMakeLists.txt8 ProvenanceAnalysis.cpp
DAndroid.mk11 ProvenanceAnalysis.cpp \
DObjCARCContract.cpp61 ProvenanceAnalysis PA;
197 ProvenanceAnalysis &PA, in findSafeStoreForStoreStrongContraction()
283 ProvenanceAnalysis &PA) { in findRetainForStoreStrongContraction()
DProvenanceAnalysisEvaluator.cpp67 ProvenanceAnalysis PA; in runOnFunction()
DObjCARCOpts.cpp470 ProvenanceAnalysis PA;
1999 ProvenanceAnalysis &PA) { in HasSafePathToPredecessorCall()
2027 ProvenanceAnalysis &PA) { in FindPredecessorRetainWithSafePath()
2052 ProvenanceAnalysis &PA) { in FindPredecessorAutoreleaseWithSafePath()