Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
HDCallPromotionUtils.h56 CallBase &promoteCallWithIfThenElse(CallBase &CB, Function *Callee,
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDCallPromotionUtils.cpp563 CallBase &llvm::promoteCallWithIfThenElse(CallBase &CB, Function *Callee, in promoteCallWithIfThenElse() function in llvm
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
HDIndirectCallPromotion.cpp610 CallBase &NewInst = promoteCallWithIfThenElse( in promoteIndirectCall()