Lines Matching defs:FnewF
1489 Function *FnewF = Function::Create(FnF->getFunctionType(),
1491 BasicBlock *BB = BasicBlock::Create(FnewF->getContext(), "", FnewF);
1492 ReturnInst::Create(FnewF->getContext(), BB);
1496 (void)CallInst::Create(FnewF, {}, "", IP);
1502 CGU.registerOutlinedFunction(*FnF, *FnewF);
1528 Function *FnewF =
1530 BasicBlock *BB = BasicBlock::Create(FnewF->getContext(), "", FnewF);
1531 ReturnInst::Create(FnewF->getContext(), BB);
1540 (void)CallInst::Create(FnewF, {}, "", IP);
1627 Function *FnewF = Function::Create(FnF->getFunctionType(),
1629 BasicBlock *BB = BasicBlock::Create(FnewF->getContext(), "", FnewF);
1630 auto *RI = ReturnInst::Create(FnewF->getContext(), BB);
1642 ASSERT_NO_FATAL_FAILURE(CGU.replaceFunctionWith(*FnF, *FnewF));