LLVM 20.0.0git
|
Go to the source code of this file.
Namespaces | |
namespace | llvm |
This is an optimization pass for GlobalISel generic memory operations. | |
Functions | |
bool | llvm::canTrackArgumentsInterprocedurally (Function *F) |
Determine if the values of the given function's arguments can be tracked interprocedurally. | |
bool | llvm::canTrackReturnsInterprocedurally (Function *F) |
Determine if the values of the given function's returns can be tracked interprocedurally. | |
bool | llvm::canTrackGlobalVariableInterprocedurally (GlobalVariable *GV) |
Determine if the value maintained in the given global variable can be tracked interprocedurally. | |