Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DCallPromotionUtils.h101 LLVM_ABI bool tryPromoteCall(CallBase &CB);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DModuleInliner.cpp264 if (tryPromoteCall(*ICB)) in run()
H A DInliner.cpp418 if (tryPromoteCall(*ICB)) in run()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCallPromotionUtils.cpp685 bool llvm::tryPromoteCall(CallBase &CB) { in tryPromoteCall() function in llvm