OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CloneAndPruneFunctionInto
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Transforms/Utils/
CloneFunction.cpp
219
/// This is a private class used to implement
CloneAndPruneFunctionInto
.
389
/// This works like
CloneAndPruneFunctionInto
, except that it does not clone the
629
void llvm::
CloneAndPruneFunctionInto
(Function *NewFunc, const Function *OldFunc,
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
CloneFunction.cpp
178
/// the
CloneAndPruneFunctionInto
method.
340
///
CloneAndPruneFunctionInto
- This works exactly like CloneFunctionInto,
347
void llvm::
CloneAndPruneFunctionInto
(Function *NewFunc, const Function *OldFunc,
Completed in 1680 milliseconds