Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:LoopID

622     llvm::MDNode *LoopID = llvm::MDNode::get(Context, Metadata);
623 LoopID->replaceOperandWith(0, LoopID); // First op points to itself.
625 CondBr->setMetadata("llvm.loop", LoopID);