Home
last modified time | relevance | path

Searched refs:moveCodeToFunction (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DCodeExtractor.h221 void moveCodeToFunction(Function *newFunction);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp1384 void CodeExtractor::moveCodeToFunction(Function *newFunction) { in moveCodeToFunction() function in CodeExtractor
1715 moveCodeToFunction(newFunction); in extractCodeRegion()