Home | History | Annotate | Download | only in IR

Lines Matching refs:Relocate

2115   // printGCRelocateComment - print comment after call to the gc.relocate
2117 void printGCRelocateComment(const GCRelocateInst &Relocate);
2799 /// printGCRelocateComment - print comment after call to the gc.relocate
2801 void AssemblyWriter::printGCRelocateComment(const GCRelocateInst &Relocate) {
2803 writeOperand(Relocate.getBasePtr(), false);
2805 writeOperand(Relocate.getDerivedPtr(), false);
2813 if (const auto *Relocate = dyn_cast<GCRelocateInst>(&V))
2814 printGCRelocateComment(*Relocate);