Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DCallPromotionUtils.h56 CallBase &promoteCallWithIfThenElse(CallBase &CB, Function *Callee,
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCallPromotionUtils.cpp563 CallBase &llvm::promoteCallWithIfThenElse(CallBase &CB, Function *Callee, in promoteCallWithIfThenElse() function in llvm
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DIndirectCallPromotion.cpp610 CallBase &NewInst = promoteCallWithIfThenElse( in promoteIndirectCall()