Searched refs:TBAAPath (Results 1 – 1 of 1) sorted by relevance
1307 llvm::MDNode *TBAAPath = CGM.getTBAAStructTagInfo(TBAABaseType, TBAAInfo, in EmitLoadOfScalar() local1309 if (TBAAPath) in EmitLoadOfScalar()1310 CGM.DecorateInstructionWithTBAA(Load, TBAAPath, in EmitLoadOfScalar()1421 llvm::MDNode *TBAAPath = CGM.getTBAAStructTagInfo(TBAABaseType, TBAAInfo, in EmitStoreOfScalar() local1423 if (TBAAPath) in EmitStoreOfScalar()1424 CGM.DecorateInstructionWithTBAA(Store, TBAAPath, in EmitStoreOfScalar()3343 bool TBAAPath = CGM.getCodeGenOpts().StructPathTBAA; in EmitLValueForField() local3348 TBAAPath = false; in EmitLValueForField()3359 TBAAPath = false; in EmitLValueForField()3397 if (TBAAPath) { in EmitLValueForField()