Searched refs:NewLoopID (Results 1 – 3 of 3) sorted by relevance
251 MDNode *NewLoopID = MDNode::get(Context, MDs); in CloneLoopBlocks() local253 NewLoopID->replaceOperandWith(0, NewLoopID); in CloneLoopBlocks()254 NewLoop->setLoopID(NewLoopID); in CloneLoopBlocks()
316 MDNode *NewLoopID = MDNode::get(Context, MDs); in SetLoopAlreadyUnrolled() local318 NewLoopID->replaceOperandWith(0, NewLoopID); in SetLoopAlreadyUnrolled()319 L->setLoopID(NewLoopID); in SetLoopAlreadyUnrolled()
1214 MDNode *NewLoopID = MDNode::get(Context, MDs); in writeHintsToMetadata() local1216 NewLoopID->replaceOperandWith(0, NewLoopID); in writeHintsToMetadata()1218 TheLoop->setLoopID(NewLoopID); in writeHintsToMetadata()