Searched refs:versionCallSite (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
| H A D | CallPromotionUtils.h | 110 LLVM_ABI CallBase &versionCallSite(CallBase &CB, Value *Callee,
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | CallPromotionUtils.cpp | 383 CallBase &llvm::versionCallSite(CallBase &CB, Value *Callee, in versionCallSite() function in llvm 573 CallBase &NewInst = versionCallSite(CB, Callee, BranchWeights); in promoteCallWithIfThenElse() 591 versionCallSite(CB, &Callee, /*BranchWeights=*/nullptr), &Callee); in promoteCallWithIfThenElse()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | WholeProgramDevirt.cpp | 1242 CallBase &NewInst = versionCallSite(CB, Callee, Weights); in applySingleImplDevirt()
|