Lines Matching defs:TBAA
361 std::unique_ptr<CodeGenTBAA> TBAA;
831 bool shouldUseTBAA() const { return TBAA != nullptr; }
858 /// getTBAAAccessInfo - Get TBAA information that describes an access to
862 /// getTBAAVTablePtrAccessInfo - Get the TBAA information that describes an
869 /// type. Return null if the type is not suitable for use in TBAA access tags.
872 /// getTBAAAccessTagInfo - Get TBAA tag for a given memory access.
875 /// mergeTBAAInfoForCast - Get merged TBAA information for the purposes of
880 /// mergeTBAAInfoForConditionalOperator - Get merged TBAA information for the
885 /// mergeTBAAInfoForMemoryTransfer - Get merged TBAA information for the
890 /// getTBAAInfoForSubobject - Get TBAA information for an access with a given
901 /// DecorateInstructionWithTBAA - Decorate the instruction with a TBAA tag.