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

References

tools/clang/lib/CodeGen/CGLoopInfo.cpp
   50           MDNode::get(Ctx, {MDString::get(Ctx, "llvm.loop.pipeline.disable"),
   50           MDNode::get(Ctx, {MDString::get(Ctx, "llvm.loop.pipeline.disable"),
   52                                 llvm::Type::getInt1Ty(Ctx), 1))}));
   59   TempMDTuple TempNode = MDNode::getTemporary(Ctx, None);
   65         MDString::get(Ctx, "llvm.loop.pipeline.initiationinterval"),
   67             llvm::Type::getInt32Ty(Ctx), Attrs.PipelineInitiationInterval))};
   68     Args.push_back(MDNode::get(Ctx, Vals));
   73   MDNode *LoopID = MDNode::getDistinct(Ctx, Args);