Lines Matching defs:Remap
840 CodeGenFunction::OMPPrivateScope Remap(*this);
841 Remap.addPrivate(DestVD, DestElement);
842 Remap.addPrivate(SrcVD, SrcElement);
843 (void)Remap.Privatize();
848 // Remap pseudo source variable to private copy.
849 CodeGenFunction::OMPPrivateScope Remap(*this);
850 Remap.addPrivate(SrcVD, SrcAddr);
851 Remap.addPrivate(DestVD, DestAddr);
852 (void)Remap.Privatize();
967 // Remap temp VDInit variable to the address of the original