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.cpp150 Function::arg_iterator DestI = F->arg_begin(); in CloneModule() local
152 DestI->setName(J.getName()); in CloneModule()
153 VMap[&J] = &*DestI++; in CloneModule()
H A DCloneFunction.cpp394 Function::arg_iterator DestI = NewF->arg_begin(); in CloneFunction() local
397 DestI->setName(I.getName()); // Copy the name over... in CloneFunction()
398 VMap[&I] = &*DestI++; // Add mapping to VMap in CloneFunction()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerBufferFatPointers.cpp1382 auto *DestI = dyn_cast<Instruction>(Dest); in copyMetadata() local
1385 if (!DestI || !SrcI) in copyMetadata()
1388 DestI->copyMetadata(*SrcI); in copyMetadata()