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