Lines Matching full:tbaa
1518 Consequently, type-based alias analysis, aka TBAA, aka
2747 '``tbaa``' Metadata
2751 suitable for doing TBAA. Instead, metadata is added to the IR to
2753 implement typical C/C++ TBAA, but it can also be used to implement
2756 The current metadata format is very simple. TBAA metadata nodes have up
2783 '``tbaa.struct``' Metadata
2790 padding. Also, it doesn't contain any TBAA information about the fields
2793 ``!tbaa.struct`` metadata can describe which memory subregions in a
2794 memcpy are padding and what the TBAA tags of the struct are.
2796 The current metadata format is very simple. ``!tbaa.struct`` metadata
2800 its tbaa tag. e.g.:
2807 with size 4 bytes, and has tbaa tag !1. The second is at offset 8 bytes
2808 and has size 4 bytes and has tbaa tag !2.