OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CloneAndPruneFunctionInto
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/Transforms/Utils/
Cloning.h
136
///
CloneAndPruneFunctionInto
- This works exactly like CloneFunctionInto,
147
void
CloneAndPruneFunctionInto
(Function *NewFunc, const Function *OldFunc,
/external/llvm/lib/Transforms/Utils/
CloneFunction.cpp
254
/// the
CloneAndPruneFunctionInto
method.
412
///
CloneAndPruneFunctionInto
- This works exactly like CloneFunctionInto,
419
void llvm::
CloneAndPruneFunctionInto
(Function *NewFunc, const Function *OldFunc,
InlineFunction.cpp
633
CloneAndPruneFunctionInto
(Caller, CalledFunc, VMap,
[
all
...]
Completed in 96 milliseconds