Searched refs:recordDependence (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Transforms/IPO/ |
| H A D | Attributor.cpp | 479 A.recordDependence(*PI, QueryingAA, DepClassTy::OPTIONAL); in getPotentialCopiesOfMemoryValue() 518 A.recordDependence(MemLocAA, QueryingAA, DepClassTy::OPTIONAL); in isAssumedReadOnlyOrReadNone() 530 A.recordDependence(MemBehaviorAA, QueryingAA, DepClassTy::OPTIONAL); in isAssumedReadOnlyOrReadNone() 1212 recordDependence(IsDeadAA, *QueryingAA, DepClass); in isAssumedDead() 1246 recordDependence(*FnLivenessAA, *QueryingAA, DepClass); in isAssumedDead() 1264 recordDependence(IsDeadAA, *QueryingAA, DepClass); in isAssumedDead() 1302 recordDependence(*IsDeadAA, *QueryingAA, DepClass); in isAssumedDead() 1320 recordDependence(*FnLivenessAA, *QueryingAA, DepClass); in isAssumedDead() 2850 void Attributor::recordDependence(const AbstractAttribute &FromAA, in recordDependence() function in Attributor
|
| H A D | AttributorAttributes.cpp | 3167 A.recordDependence(MemBehaviorAA, *this, DepClassTy::OPTIONAL); in mayAliasWithArgument() 3210 A.recordDependence(NoAliasAA, *this, DepClassTy::OPTIONAL); in isKnownNoAliasDueToNoAliasPreservation() 3274 A.recordDependence(NoCaptureAA, *this, DepClassTy::OPTIONAL); in isKnownNoAliasDueToNoAliasPreservation() 3294 A.recordDependence(MemBehaviorAA, *this, DepClassTy::OPTIONAL); in updateImpl() 3477 A.recordDependence(NoUnwindAA, *this, DepClassTy::OPTIONAL); in isAssumedSideEffectFree() 5475 A.recordDependence(AA, *this, DepClassTy::OPTIONAL); in askSimplifiedValueFor() 5480 A.recordDependence(AA, *this, DepClassTy::OPTIONAL); in askSimplifiedValueFor() 7944 A.recordDependence(MemBehaviorAA, *this, DepClassTy::OPTIONAL); in updateImpl() 9598 A.recordDependence(*Dep, AA, DepClassTy::REQUIRED); in checkIfReachable() 9780 A.recordDependence(AA, QueryingAA, DepClassTy::OPTIONAL); in askForAssumedConstant() [all …]
|
| H A D | OpenMPOpt.cpp | 3229 A.recordDependence(*this, *AA, DepClassTy::OPTIONAL); in initialize() 3247 A.recordDependence(*this, *AA, DepClassTy::OPTIONAL); in initialize() 3270 A.recordDependence(*this, *AA, DepClassTy::OPTIONAL); in initialize() 4468 A.recordDependence(*this, *AA, DepClassTy::OPTIONAL); in initialize()
|
| /llvm-project-15.0.7/llvm/include/llvm/Transforms/IPO/ |
| H A D | Attributor.h | 1466 recordDependence(AA, const_cast<AbstractAttribute &>(*QueryingAA), 1497 recordDependence(*AA, const_cast<AbstractAttribute &>(*QueryingAA), 1520 void recordDependence(const AbstractAttribute &FromAA,
|