Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DCallPromotionUtils.h74 bool tryPromoteCall(CallBase &CB);
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCallPromotionUtils.cpp533 bool llvm::tryPromoteCall(CallBase &CB) { in tryPromoteCall() function in llvm
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DInliner.cpp1017 if (tryPromoteCall(*ICB)) in run()