Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp875 newFunction->setDoesNotThrow(); in constructFunction()
879 newFunction->setHasUWTable(); in constructFunction()
983 newFunction->addFnAttr(Attr); in constructFunction()
1015 AI = newFunction->arg_begin(); in constructFunction()
1034 return newFunction; in constructFunction()
1702 Function *newFunction = in extractCodeRegion() local
1710 newFunction->setEntryCount( in extractCodeRegion()
1718 moveCodeToFunction(newFunction); in extractCodeRegion()
1770 newFunction->setDoesNotReturn(); in extractCodeRegion()
1773 newFunction->dump(); in extractCodeRegion()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DCodeExtractor.h221 void moveCodeToFunction(Function *newFunction);
228 CallInst *emitCallAndSwitchStatement(Function *newFunction,