Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp3603 Instruction *NewCaller; in transformCallThroughTrampoline() local
3605 NewCaller = InvokeInst::Create(NewFTy, NewCallee, in transformCallThroughTrampoline()
3608 cast<InvokeInst>(NewCaller)->setCallingConv(II->getCallingConv()); in transformCallThroughTrampoline()
3609 cast<InvokeInst>(NewCaller)->setAttributes(NewPAL); in transformCallThroughTrampoline()
3611 NewCaller = in transformCallThroughTrampoline()
3615 cast<CallBrInst>(NewCaller)->setAttributes(NewPAL); in transformCallThroughTrampoline()
3618 cast<CallInst>(NewCaller)->setTailCallKind( in transformCallThroughTrampoline()
3620 cast<CallInst>(NewCaller)->setCallingConv( in transformCallThroughTrampoline()
3622 cast<CallInst>(NewCaller)->setAttributes(NewPAL); in transformCallThroughTrampoline()
3624 NewCaller->setDebugLoc(Call.getDebugLoc()); in transformCallThroughTrampoline()
[all …]