Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp1428 Function *AggFunc = Group.OutlinedFunction; in replaceCalledFunction() local
1429 assert(AggFunc && "Function to replace with is nullptr?"); in replaceCalledFunction()
1435 if (!Region.ChangedArgOrder && AggFunc->arg_size() == Call->arg_size()) { in replaceCalledFunction()
1437 << *AggFunc << " with same number of arguments\n"); in replaceCalledFunction()
1438 Call->setCalledFunction(AggFunc); in replaceCalledFunction()
1448 if (AggArgIdx == AggFunc->arg_size() - 1 && in replaceCalledFunction()
1487 static_cast<PointerType *>(AggFunc->getArg(AggArgIdx)->getType()))); in replaceCalledFunction()
1491 << *AggFunc << " with new set of arguments\n"); in replaceCalledFunction()
1493 Call = CallInst::Create(AggFunc->getFunctionType(), AggFunc, NewCallArgs, "", in replaceCalledFunction()
2156 Function *AggFunc = OG.OutlinedFunction; in createSwitchStatement() local
[all …]