Home
last modified time | relevance | path

Searched refs:promoteCallWithIfThenElse (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DCallPromotionUtils.h58 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 DCallPromotionUtils.cpp567 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 DModuleInliner.cpp183 if (auto *DirectCB = promoteCallWithIfThenElse(*CB, *Target, CtxProf)) in run()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DIndirectCallPromotion.cpp622 CallBase &NewInst = promoteCallWithIfThenElse( in promoteIndirectCall()