Home
last modified time | relevance | path

Searched refs:DestI (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCloneModule.cpp176 Function::arg_iterator DestI = F->arg_begin(); in CloneModule() local
178 DestI->setName(J.getName()); in CloneModule()
179 VMap[&J] = &*DestI++; in CloneModule()
H A DCloneFunction.cpp344 Function::arg_iterator DestI = NewF->arg_begin(); in CloneFunction() local
347 DestI->setName(I.getName()); // Copy the name over... in CloneFunction()
348 VMap[&I] = &*DestI++; // Add mapping to VMap in CloneFunction()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerBufferFatPointers.cpp772 auto *DestI = dyn_cast<Instruction>(Dest); in copyMetadata() local
775 if (!DestI || !SrcI) in copyMetadata()
778 DestI->copyMetadata(*SrcI); in copyMetadata()