Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
HDLocal.h253 CallInst *createCallMatchingInvoke(InvokeInst *II);
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDLocal.cpp2883 CallInst *llvm::createCallMatchingInvoke(InvokeInst *II) { in createCallMatchingInvoke() function in llvm
2910 CallInst *NewCall = createCallMatchingInvoke(II); in changeToCall()