Home
last modified time | relevance | path

Searched defs:CloneFunction (Results 1 – 2 of 2) sorted by relevance

/llvm-project/llvm/unittests/Transforms/Utils/
H A DCloningTest.cpp693 TEST(CloneFunction,CloneEmptyFunction) TEST() argument
722 TEST(CloneFunction,CloneFunctionWithInalloca) TEST() argument
754 TEST(CloneFunction,CloneFunctionWithSubprograms) TEST() argument
804 TEST(CloneFunction,CloneFunctionWithInlinedSubprograms) TEST() argument
857 TEST(CloneFunction,CloneFunctionToDifferentModule) TEST() argument
/llvm-project/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp322 Function *llvm::CloneFunction(Function *F, ValueToValueMapTy &VMap, CloneFunction() function in llvm