Searched refs:TBAAPath (Results 1 – 1 of 1) sorted by relevance
1177 llvm::MDNode *TBAAPath = CGM.getTBAAStructTagInfo(TBAABaseType, TBAAInfo, in EmitLoadOfScalar() local1179 if (TBAAPath) in EmitLoadOfScalar()1180 CGM.DecorateInstruction(Load, TBAAPath, false/*ConvertTypeToTag*/); in EmitLoadOfScalar()1297 llvm::MDNode *TBAAPath = CGM.getTBAAStructTagInfo(TBAABaseType, TBAAInfo, in EmitStoreOfScalar() local1299 if (TBAAPath) in EmitStoreOfScalar()1300 CGM.DecorateInstruction(Store, TBAAPath, false/*ConvertTypeToTag*/); in EmitStoreOfScalar()2703 bool TBAAPath = CGM.getCodeGenOpts().StructPathTBAA; in EmitLValueForField() local2708 TBAAPath = false; in EmitLValueForField()2721 TBAAPath = false; in EmitLValueForField()2756 if (TBAAPath) { in EmitLValueForField()