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

References

tools/clang/lib/CodeGen/CGLoopInfo.cpp
  330           MDNode::get(Ctx, {MDString::get(Ctx, "llvm.loop.distribute.enable"),
  330           MDNode::get(Ctx, {MDString::get(Ctx, "llvm.loop.distribute.enable"),
  332                                 llvm::Type::getInt1Ty(Ctx), 0))}));
  344   TempMDTuple TempNode = MDNode::getTemporary(Ctx, None);
  348   Metadata *Vals[] = {MDString::get(Ctx, "llvm.loop.distribute.enable"),
  350                           llvm::Type::getInt1Ty(Ctx),
  352   Args.push_back(MDNode::get(Ctx, Vals));
  356         Ctx,
  357         {MDString::get(Ctx, "llvm.loop.distribute.followup_all"), Followup}));
  359   MDNode *LoopID = MDNode::get(Ctx, Args);