Searched refs:TBAAPath (Results 1 – 1 of 1) sorted by relevance
1281 llvm::MDNode *TBAAPath = CGM.getTBAAStructTagInfo(TBAABaseType, TBAAInfo, in EmitLoadOfScalar() local1283 if (TBAAPath) in EmitLoadOfScalar()1284 CGM.DecorateInstructionWithTBAA(Load, TBAAPath, in EmitLoadOfScalar()1396 llvm::MDNode *TBAAPath = CGM.getTBAAStructTagInfo(TBAABaseType, TBAAInfo, in EmitStoreOfScalar() local1398 if (TBAAPath) in EmitStoreOfScalar()1399 CGM.DecorateInstructionWithTBAA(Store, TBAAPath, in EmitStoreOfScalar()3134 bool TBAAPath = CGM.getCodeGenOpts().StructPathTBAA; in EmitLValueForField() local3139 TBAAPath = false; in EmitLValueForField()3150 TBAAPath = false; in EmitLValueForField()3188 if (TBAAPath) { in EmitLValueForField()