Lines Matching defs:Remap
806 CodeGenFunction::OMPPrivateScope Remap(*this);
807 Remap.addPrivate(DestVD, DestElement);
808 Remap.addPrivate(SrcVD, SrcElement);
809 (void)Remap.Privatize();
814 // Remap pseudo source variable to private copy.
815 CodeGenFunction::OMPPrivateScope Remap(*this);
816 Remap.addPrivate(SrcVD, SrcAddr);
817 Remap.addPrivate(DestVD, DestAddr);
818 (void)Remap.Privatize();
933 // Remap temp VDInit variable to the address of the original