onlyReadsMemory overloads
Declared in <llvm/Analysis/AliasAnalysis.h>
Checks if the specified call is known to only read from non-volatile memory (or not access memory at all).
bool
onlyReadsMemory(CallBase const* Call);
» more...
Checks if the specified function is known to only read from non-volatile memory (or not access memory at all).
bool
onlyReadsMemory(Function const* F);
» more...
| Name | Description |
|---|---|
| Call | Call site to test. |
| F | Function to test. |