Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DCodeExtractor.h285 Function *constructFunctionDeclaration(const ValueSet &inputs,
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp832 Function *CodeExtractor::constructFunctionDeclaration( in constructFunctionDeclaration() function in CodeExtractor
1515 Function *newFunction = constructFunctionDeclaration( in extractCodeRegion()