FLANG
|
#include <flang/Optimizer/Analysis/TBAAForest.h>
Public Member Functions | |
TBAAForrest (bool separatePerFunction=true) | |
const TBAATree & | operator[] (mlir::func::FuncOp func) |
const TBAATree & | operator[] (mlir::LLVM::LLVMFuncOp func) |
const TBAATree & | getFuncTreeWithScope (mlir::func::FuncOp func, llvm::StringRef scope) |
Collection of TBAATrees, usually indexed by function (so that each function has a different TBAATree)