Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:TBAA

71     TBAA(0),
105 // Enable TBAA unless it's suppressed.
107 TBAA = new CodeGenTBAA(Context, VMContext, getLangOpts(),
129 delete TBAA;
180 if (!TBAA)
182 return TBAA->getTBAAInfo(QTy);
186 if (!TBAA)
188 return TBAA->getTBAAInfoForVTablePtr();