Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:AT

116   // Enable TBAA unless it's suppressed. ThreadSanitizer needs TBAA even at O0.
505 llvm::ArrayType *AT = llvm::ArrayType::get(CtorStructTy, Ctors.size());
506 new llvm::GlobalVariable(TheModule, AT, false,
508 llvm::ConstantArray::get(AT, Ctors),
1296 // At -O0, don't generate IR for functions with available_externally
1393 // deferred decl with this name, remember that we need to emit it at the end
1522 // deferred decl with this name, remember that we need to emit it at the end
1724 // Note that tentative definitions are only emitted at the end of
2002 /// run at -O0.
2014 // instantiation is explicit, make sure we emit it at the end.