HomeSort by relevance Sort by last modified time
    Searched refs:NewFunc (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Transforms/Utils/
CloneFunction.cpp 73 // Clone OldFunc into NewFunc, transforming the old arguments into references to
76 void llvm::CloneFunctionInto(Function *NewFunc, const Function *OldFunc,
102 NewFunc->setAttributes(NewFunc->getAttributes()
103 .addAttributes(NewFunc->getContext(),
106 NewFunc->setAttributes(NewFunc->getAttributes()
107 .addAttributes(NewFunc->getContext(),
120 BasicBlock *CBB = CloneBasicBlock(&BB, VMap, NameSuffix, NewFunc, CodeInfo);
134 VMap[OldBBAddr] = BlockAddress::get(NewFunc, CBB);
    [all...]
  /external/llvm/include/llvm/Transforms/Utils/
Cloning.h 119 /// Clone OldFunc into NewFunc, transforming the old arguments into references
120 /// to VMap values. Note that if NewFunc already has basic blocks, the ones
128 void CloneFunctionInto(Function *NewFunc, const Function *OldFunc,
147 void CloneAndPruneFunctionInto(Function *NewFunc, const Function *OldFunc,
  /external/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp     [all...]

Completed in 435 milliseconds