Searched defs:TBAAPath (Results 1 - 1 of 1) sorted by relevance

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

Completed in 231 milliseconds