Searched refs:promoteCallWithIfThenElse (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
| H A D | CallPromotionUtils.h | 58 LLVM_ABI CallBase &promoteCallWithIfThenElse(CallBase &CB, Function *Callee, 61 LLVM_ABI CallBase *promoteCallWithIfThenElse(CallBase &CB, Function &Callee,
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | CallPromotionUtils.cpp | 567 CallBase &llvm::promoteCallWithIfThenElse(CallBase &CB, Function *Callee, in promoteCallWithIfThenElse() function in llvm 579 CallBase *llvm::promoteCallWithIfThenElse(CallBase &CB, Function &Callee, in promoteCallWithIfThenElse() function in llvm
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | ModuleInliner.cpp | 183 if (auto *DirectCB = promoteCallWithIfThenElse(*CB, *Target, CtxProf)) in run()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | IndirectCallPromotion.cpp | 622 CallBase &NewInst = promoteCallWithIfThenElse( in promoteIndirectCall()
|