Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGExpr.cpp1307 llvm::MDNode *TBAAPath = CGM.getTBAAStructTagInfo(TBAABaseType, TBAAInfo, in EmitLoadOfScalar() local
1309 if (TBAAPath) in EmitLoadOfScalar()
1310 CGM.DecorateInstructionWithTBAA(Load, TBAAPath, in EmitLoadOfScalar()
1421 llvm::MDNode *TBAAPath = CGM.getTBAAStructTagInfo(TBAABaseType, TBAAInfo, in EmitStoreOfScalar() local
1423 if (TBAAPath) in EmitStoreOfScalar()
1424 CGM.DecorateInstructionWithTBAA(Store, TBAAPath, in EmitStoreOfScalar()
3343 bool TBAAPath = CGM.getCodeGenOpts().StructPathTBAA; in EmitLValueForField() local
3348 TBAAPath = false; in EmitLValueForField()
3359 TBAAPath = false; in EmitLValueForField()
3397 if (TBAAPath) { in EmitLValueForField()