Searched refs:promoteCall (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | CallPromotionUtils.cpp | 481 CallBase &llvm::promoteCall(CallBase &CB, Function *Callee, in promoteCall() function in llvm 572 return promoteCall(NewInst, Callee); in promoteCallWithIfThenElse() 593 return promoteCall(NewInst, Callee); in promoteCallWithVTableCmp() 648 promoteCall(CB, DirectCallee); in tryPromoteCall()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
H A D | CallPromotionUtils.h | 44 CallBase &promoteCall(CallBase &CB, Function *Callee,
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | AttributorAttributes.cpp | 12325 promoteCall(*CB, NewCallee, nullptr); in manifest() 12380 NewCall = &cast<CallInst>(promoteCall(*CBClone, NewCallee, &RetBC)); in manifest()
|