Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/
H A DCallPromotionUtils.h51 CallBase &promoteCallWithIfThenElse(CallBase &CB, Function *Callee,
/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DIndirectCallPromotion.cpp257 promoteCallWithIfThenElse(CB, DirectCallee, BranchWeights); in promoteIndirectCall()
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DCallPromotionUtils.cpp537 CallBase &llvm::promoteCallWithIfThenElse(CallBase &CB, Function *Callee, in promoteCallWithIfThenElse() function in llvm