Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp1436 Function *AggFunc = Group.OutlinedFunction; in replaceCalledFunction() local
1437 assert(AggFunc && "Function to replace with is nullptr?"); in replaceCalledFunction()
1443 if (!Region.ChangedArgOrder && AggFunc->arg_size() == Call->arg_size()) { in replaceCalledFunction()
1445 << *AggFunc << " with same number of arguments\n"); in replaceCalledFunction()
1446 Call->setCalledFunction(AggFunc); in replaceCalledFunction()
1456 if (AggArgIdx == AggFunc->arg_size() - 1 && in replaceCalledFunction()
1494 static_cast<PointerType *>(AggFunc->getArg(AggArgIdx)->getType()))); in replaceCalledFunction()
1498 << *AggFunc << " with new set of arguments\n"); in replaceCalledFunction()
1500 Call = CallInst::Create(AggFunc->getFunctionType(), AggFunc, NewCallArgs, "", in replaceCalledFunction()
2161 Function *AggFunc = OG.OutlinedFunction; in createSwitchStatement() local
[all …]