OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CloneFunctionInto
(Results
1 - 5
of
5
) sorted by null
/external/llvm/include/llvm/Transforms/Utils/
Cloning.h
127
void
CloneFunctionInto
(Function *NewFunc, const Function *OldFunc,
136
/// CloneAndPruneFunctionInto - This works exactly like
CloneFunctionInto
,
/external/llvm/lib/Transforms/Utils/
CloneModule.cpp
102
CloneFunctionInto
(F, I, VMap, /*ModuleLevelChanges=*/true, Returns);
CloneFunction.cpp
10
// This file implements the
CloneFunctionInto
interface, which is used as the
77
void llvm::
CloneFunctionInto
(Function *NewFunc, const Function *OldFunc,
246
CloneFunctionInto
(NewF, F, VMap, ModuleLevelChanges, Returns, "", CodeInfo);
412
/// CloneAndPruneFunctionInto - This works exactly like
CloneFunctionInto
,
/external/llvm/unittests/Transforms/Utils/
Cloning.cpp
176
CloneFunctionInto
(F2, F1, VMap, false, Returns);
199
CloneFunctionInto
(F2, F1, VMap, false, Returns);
/external/llvm/lib/Linker/
LinkModules.cpp
[
all
...]
Completed in 160 milliseconds