Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DCallPromotionUtils.h75 bool tryPromoteCall(CallBase &CB);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DModuleInliner.cpp241 if (tryPromoteCall(*ICB)) in run()
H A DInliner.cpp407 if (tryPromoteCall(*ICB)) in run()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCallPromotionUtils.cpp562 bool llvm::tryPromoteCall(CallBase &CB) { in tryPromoteCall() function in llvm