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

/external/clang/lib/CodeGen/
H A DCGExpr.cpp1120 llvm::MDNode *TBAAPath = CGM.getTBAAStructTagInfo(TBAABaseType, TBAAInfo, local
1122 if (TBAAPath)
1123 CGM.DecorateInstruction(Load, TBAAPath, false/*ConvertTypeToTag*/);
1234 llvm::MDNode *TBAAPath = CGM.getTBAAStructTagInfo(TBAABaseType, TBAAInfo, local
1236 if (TBAAPath)
1237 CGM.DecorateInstruction(Store, TBAAPath, false/*ConvertTypeToTag*/);
2555 bool TBAAPath = CGM.getCodeGenOpts().StructPathTBAA; local
2560 TBAAPath = false;
2573 TBAAPath = false;
2608 if (TBAAPath) {
[all...]

Completed in 62 milliseconds