Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCallPromotionUtils.cpp481 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 DCallPromotionUtils.h44 CallBase &promoteCall(CallBase &CB, Function *Callee,
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp12325 promoteCall(*CB, NewCallee, nullptr); in manifest()
12380 NewCall = &cast<CallInst>(promoteCall(*CBClone, NewCallee, &RetBC)); in manifest()