Get ModRefInfo for a synchronizing operation, such as a fence or stronger than monotonic atomic load/store.
Declared in <llvm/Analysis/AliasAnalysis.h>
ModRefInfo
getSyncEffects(
AAResults* AA,
MemoryLocation const& Loc,
AAQueryInfo& AAQI);
ModRef info for the synchronizing operation against Loc.
| Name | Description |
|---|---|
| AA | Aggregated AA results used for the query. |
| Loc | Memory location affected by the synchronizing operation. |
| AAQI | Query state and caches for this query. |