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.h96 bool tryPromoteCall(CallBase &CB);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DModuleInliner.cpp241 if (tryPromoteCall(*ICB)) in run()
H A DInliner.cpp416 if (tryPromoteCall(*ICB)) in run()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCallPromotionUtils.cpp596 bool llvm::tryPromoteCall(CallBase &CB) { in tryPromoteCall() function in llvm