Lines Matching defs:MDs
205 Metadata *MDs[] = {
208 return MDNode::get(Context, MDs);
216 SmallVector<Metadata *, 4> MDs(1);
236 MDs.push_back(Node);
240 MDs.push_back(createStringMetadata(TheLoop, StringMD, V));
243 MDNode *NewLoopID = MDNode::get(Context, MDs);
277 SmallVector<Metadata *, 8> MDs;
278 MDs.push_back(nullptr);
303 MDs.push_back(Op);
320 MDs.push_back(Option.get());
335 if (MDs.size() == 1)
339 MDTuple *FollowupLoopID = MDNode::get(OrigLoopID->getContext(), MDs);