reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/CodeGen/CGLoopInfo.cpp
  160           Ctx, MDString::get(Ctx, "llvm.loop.unroll_and_jam.disable")));
  160           Ctx, MDString::get(Ctx, "llvm.loop.unroll_and_jam.disable")));
  170       MDNode::get(Ctx, MDString::get(Ctx, "llvm.loop.unroll_and_jam.disable")));
  170       MDNode::get(Ctx, MDString::get(Ctx, "llvm.loop.unroll_and_jam.disable")));
  177   TempMDTuple TempNode = MDNode::getTemporary(Ctx, None);
  184         MDString::get(Ctx, "llvm.loop.unroll_and_jam.count"),
  185         ConstantAsMetadata::get(ConstantInt::get(llvm::Type::getInt32Ty(Ctx),
  187     Args.push_back(MDNode::get(Ctx, Vals));
  191     Metadata *Vals[] = {MDString::get(Ctx, "llvm.loop.unroll_and_jam.enable")};
  192     Args.push_back(MDNode::get(Ctx, Vals));
  197         Ctx, {MDString::get(Ctx, "llvm.loop.unroll_and_jam.followup_outer"),
  197         Ctx, {MDString::get(Ctx, "llvm.loop.unroll_and_jam.followup_outer"),
  202         Ctx, {MDString::get(Ctx, "llvm.loop.unroll_and_jam.followup_inner"),
  202         Ctx, {MDString::get(Ctx, "llvm.loop.unroll_and_jam.followup_inner"),
  205   MDNode *LoopID = MDNode::getDistinct(Ctx, Args);