Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGExpr.cpp1281 llvm::MDNode *TBAAPath = CGM.getTBAAStructTagInfo(TBAABaseType, TBAAInfo, in EmitLoadOfScalar() local
1283 if (TBAAPath) in EmitLoadOfScalar()
1284 CGM.DecorateInstructionWithTBAA(Load, TBAAPath, in EmitLoadOfScalar()
1396 llvm::MDNode *TBAAPath = CGM.getTBAAStructTagInfo(TBAABaseType, TBAAInfo, in EmitStoreOfScalar() local
1398 if (TBAAPath) in EmitStoreOfScalar()
1399 CGM.DecorateInstructionWithTBAA(Store, TBAAPath, in EmitStoreOfScalar()
3134 bool TBAAPath = CGM.getCodeGenOpts().StructPathTBAA; in EmitLValueForField() local
3139 TBAAPath = false; in EmitLValueForField()
3150 TBAAPath = false; in EmitLValueForField()
3188 if (TBAAPath) { in EmitLValueForField()