Searched refs:NestF (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineCalls.cpp | 4638 Function *NestF = cast<Function>(Tramp.getArgOperand(1)->stripPointerCasts()); in transformCallThroughTrampoline() local 4639 FunctionType *NestFTy = NestF->getFunctionType(); in transformCallThroughTrampoline() 4641 AttributeList NestAttrs = NestF->getAttributes(); in transformCallThroughTrampoline() 4737 NewCaller = InvokeInst::Create(NewFTy, NestF, II->getNormalDest(), in transformCallThroughTrampoline() 4743 CallBrInst::Create(NewFTy, NestF, CBI->getDefaultDest(), in transformCallThroughTrampoline() 4748 NewCaller = CallInst::Create(NewFTy, NestF, NewArgs, OpBundles); in transformCallThroughTrampoline() 4764 Call.setCalledFunction(FTy, NestF); in transformCallThroughTrampoline()
|