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,
103 NewFunc->setAttributes(NewFunc->getAttributes()
104 .addAttributes(NewFunc->getContext(),
107 NewFunc->setAttributes(NewFunc->getAttributes()
108 .addAttributes(NewFunc->getContext(),
121 BasicBlock *CBB = CloneBasicBlock(&BB, VMap, NameSuffix, NewFunc, CodeInfo);
135 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,
148 void CloneAndPruneFunctionInto(Function *NewFunc, const Function *OldFunc,
  /external/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp     [all...]

Completed in 186 milliseconds