Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
HDCallPromotionUtils.h96 bool tryPromoteCall(CallBase &CB);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
HDModuleInliner.cpp241 if (tryPromoteCall(*ICB)) in run()
HDInliner.cpp416 if (tryPromoteCall(*ICB)) in run()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDCallPromotionUtils.cpp596 bool llvm::tryPromoteCall(CallBase &CB) { in tryPromoteCall() function in llvm