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

References

tools/clang/lib/CodeGen/CGLoopInfo.cpp
  107       MDNode::get(Ctx, MDString::get(Ctx, "llvm.loop.unroll.disable")));
  107       MDNode::get(Ctx, MDString::get(Ctx, "llvm.loop.unroll.disable")));
  114   TempMDTuple TempNode = MDNode::getTemporary(Ctx, None);
  120     Metadata *Vals[] = {MDString::get(Ctx, "llvm.loop.unroll.count"),
  122                             llvm::Type::getInt32Ty(Ctx), Attrs.UnrollCount))};
  123     Args.push_back(MDNode::get(Ctx, Vals));
  128     Metadata *Vals[] = {MDString::get(Ctx, "llvm.loop.unroll.enable")};
  129     Args.push_back(MDNode::get(Ctx, Vals));
  134         Ctx, {MDString::get(Ctx, "llvm.loop.unroll.followup_all"), Followup}));
  134         Ctx, {MDString::get(Ctx, "llvm.loop.unroll.followup_all"), Followup}));
  136   MDNode *LoopID = MDNode::getDistinct(Ctx, Args);