Home
last modified time | relevance | path

Searched refs:TBAAPath (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
DCGExpr.cpp1177 llvm::MDNode *TBAAPath = CGM.getTBAAStructTagInfo(TBAABaseType, TBAAInfo, in EmitLoadOfScalar() local
1179 if (TBAAPath) in EmitLoadOfScalar()
1180 CGM.DecorateInstruction(Load, TBAAPath, false/*ConvertTypeToTag*/); in EmitLoadOfScalar()
1297 llvm::MDNode *TBAAPath = CGM.getTBAAStructTagInfo(TBAABaseType, TBAAInfo, in EmitStoreOfScalar() local
1299 if (TBAAPath) in EmitStoreOfScalar()
1300 CGM.DecorateInstruction(Store, TBAAPath, false/*ConvertTypeToTag*/); in EmitStoreOfScalar()
2703 bool TBAAPath = CGM.getCodeGenOpts().StructPathTBAA; in EmitLValueForField() local
2708 TBAAPath = false; in EmitLValueForField()
2721 TBAAPath = false; in EmitLValueForField()
2756 if (TBAAPath) { in EmitLValueForField()