Home
last modified time | relevance | path

Searched refs:dataRoot (Results 1 – 2 of 2) sorted by relevance

/llvm-project/flang/lib/Optimizer/Analysis/
H A DTBAAForest.cpp39 mlir::LLVM::TBAATypeDescriptorAttr dataRoot = in buildTree() local
50 return TBAATree{anyAccess, dataRoot, boxMemberTypeDesc}; in buildTree()
54 mlir::LLVM::TBAATypeDescriptorAttr dataRoot, in TBAATree() argument
56 : globalDataTree(dataRoot.getContext(), "global data", dataRoot), in TBAATree()
57 allocatedDataTree(dataRoot.getContext(), "allocated data", dataRoot), in TBAATree()
58 dummyArgDataTree(dataRoot.getContext(), "dummy arg data", dataRoot), in TBAATree()
59 directDataTree(dataRoot.getContext(), "direct data", dataRoot), in TBAATree()
61 anyDataTypeDesc(dataRoot) {} in TBAATree()
/llvm-project/flang/include/flang/Optimizer/Analysis/
H A DTBAAForest.h69 mlir::LLVM::TBAATypeDescriptorAttr dataRoot,