Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/ObjCARC/
DDependencyAnalysis.h38 class ProvenanceAnalysis; variable
59 ProvenanceAnalysis &PA);
63 ProvenanceAnalysis &PA);
67 bool CanUse(const Instruction *Inst, const Value *Ptr, ProvenanceAnalysis &PA,
73 ProvenanceAnalysis &PA, ARCInstKind Class);
78 ProvenanceAnalysis &PA, ARCInstKind Class);
82 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
DObjCARCContract.cpp61 ProvenanceAnalysis PA;
197 ProvenanceAnalysis &PA, in findSafeStoreForStoreStrongContraction()
284 ProvenanceAnalysis &PA) { in findRetainForStoreStrongContraction()
DProvenanceAnalysisEvaluator.cpp67 ProvenanceAnalysis PA; in runOnFunction()
DObjCARCOpts.cpp470 ProvenanceAnalysis PA;
1992 ProvenanceAnalysis &PA) { in HasSafePathToPredecessorCall()
2017 ProvenanceAnalysis &PA) { in FindPredecessorRetainWithSafePath()
2042 ProvenanceAnalysis &PA) { in FindPredecessorAutoreleaseWithSafePath()
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DObjCARC.cpp914 class ProvenanceAnalysis { class
926 void operator=(const ProvenanceAnalysis &);
927 ProvenanceAnalysis(const ProvenanceAnalysis &);
930 ProvenanceAnalysis() {} in ProvenanceAnalysis() function in __anon854a98540511::ProvenanceAnalysis
944 bool ProvenanceAnalysis::relatedSelect(const SelectInst *A, const Value *B) { in relatedSelect()
966 bool ProvenanceAnalysis::relatedPHI(const PHINode *A, const Value *B) { in relatedPHI()
1025 bool ProvenanceAnalysis::relatedCheck(const Value *A, const Value *B) { in relatedCheck()
1077 bool ProvenanceAnalysis::related(const Value *A, const Value *B) { in related()
1444 ProvenanceAnalysis PA;
1641 ProvenanceAnalysis &PA, InstructionClass Class) { in CanAlterRefCount()
[all …]