Lines Matching refs:Remap
331 // Working with the single array element, so have to remap
334 CodeGenFunction::OMPPrivateScope Remap(*this);
335 Remap.addPrivate(DestVD, [DestElement]() -> Address {
338 Remap.addPrivate(
340 (void)Remap.Privatize();
345 // Remap pseudo source variable to private copy.
346 CodeGenFunction::OMPPrivateScope Remap(*this);
347 Remap.addPrivate(SrcVD, [SrcAddr]() -> Address { return SrcAddr; });
348 Remap.addPrivate(DestVD, [DestAddr]() -> Address { return DestAddr; });
349 (void)Remap.Privatize();
409 // Remap temp VDInit variable to the address of the original