Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp1010 newFunction->addFnAttr(Attr); in constructFunction()
1012 newFunction->insert(newFunction->end(), newRootNode); in constructFunction()
1045 ScalarAI = newFunction->arg_begin(); in constructFunction()
1066 return newFunction; in constructFunction()
1148 Module *M = newFunction->getParent(); in emitCallAndSwitchStatement()
1821 Function *newFunction = in extractCodeRegion() local
1829 newFunction->setEntryCount( in extractCodeRegion()
1837 moveCodeToFunction(newFunction); in extractCodeRegion()
1889 newFunction->setDoesNotReturn(); in extractCodeRegion()
1892 newFunction->dump(); in extractCodeRegion()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DCodeExtractor.h261 void moveCodeToFunction(Function *newFunction);
268 CallInst *emitCallAndSwitchStatement(Function *newFunction,
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProf.h645 void setFunction(FunctionId newFunction) {
646 Func = newFunction;
1064 void setFunction(FunctionId newFunction) {
1065 Context.setFunction(newFunction);