Lines Matching full:tbaa
2559 // TODO: handle path-aware TBAA for union.
2572 // Loading the reference will disable path-aware TBAA.
2575 llvm::MDNode *tbaa;
2577 tbaa = CGM.getTBAAInfo(getContext().CharTy);
2579 tbaa = CGM.getTBAAInfo(type);
2580 if (tbaa)
2581 CGM.DecorateInstruction(load, tbaa);
2623 // Fields of may_alias structs act like 'char' for TBAA purposes.