Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DCallPromotionUtils.h74 bool tryPromoteCall(CallBase &CB);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DCallPromotionUtils.cpp536 bool llvm::tryPromoteCall(CallBase &CB) { in tryPromoteCall() function in llvm
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DInliner.cpp857 if (tryPromoteCall(*ICB)) in run()