FLANG
fir::TBAAForrest Class Reference

#include <flang/Optimizer/Analysis/TBAAForest.h>

Public Member Functions

 TBAAForrest (bool separatePerFunction=true)
const TBAATreeoperator[] (mlir::func::FuncOp func)
const TBAATreeoperator[] (mlir::LLVM::LLVMFuncOp func)
TBAATreegetMutableFuncTreeWithScope (mlir::func::FuncOp func, llvm::StringRef scope)
const TBAATreegetFuncTreeWithScope (mlir::func::FuncOp func, llvm::StringRef scope)

Detailed Description

Collection of TBAATrees, usually indexed by function (so that each function has a different TBAATree)


The documentation for this class was generated from the following file: