Displaying 3 results from an estimated 3 matches for "newfi".
Did you mean:
  newfs
  
2017 Jun 08
4
DICompileUnit duplication in LLVM 4.0.0?
...ction::Create(NewTy, Old.getLinkage(), "", &M);
  New->setAttributes(Old.getAttributes());
  New->setCallingConv(Old.getCallingConv());
  // Map old arguments to the new arguments.
  ValueToValueMapTy VMap;
  for (auto OldFI = Old.arg_begin(), OldFE = Old.arg_end(),
            NewFI = New->arg_begin();
       OldFI != OldFE; ++OldFI, ++NewFI) {
    Argument &OldA = *OldFI;
    Argument &NewA = *NewFI;
    NewA.setName(OldA.getName());
    VMap[&OldA] = &NewA;
  }
  SmallVector<ReturnInst *, 16> Returns;
  CloneAndPruneFunctionInto(New, &Old, VMap,...
2017 Jun 08
2
DICompileUnit duplication in LLVM 4.0.0?
...>>   New->setAttributes(Old.getAttributes());
>>   New->setCallingConv(Old.getCallingConv());
>>
>>   // Map old arguments to the new arguments.
>>   ValueToValueMapTy VMap;
>>   for (auto OldFI = Old.arg_begin(), OldFE = Old.arg_end(),
>>             NewFI = New->arg_begin();
>>        OldFI != OldFE; ++OldFI, ++NewFI) {
>>     Argument &OldA = *OldFI;
>>     Argument &NewA = *NewFI;
>>     NewA.setName(OldA.getName());
>>     VMap[&OldA] = &NewA;
>>   }
>>
>>   SmallVector<ReturnI...
2005 Jul 07
1
Tables: Invitation to make a collective package
Hi All,
I would like to make an invitation to make a collective package with all 
functions related to TABLES.
I know that there are many packages with these functions, the original idea is 
collect all this functions and to make a single package, because is arduous for 
the user know all this functions broadcast in many packages.
So, I think that the original packages can continue with its