diff options
author | Liqiang Tao <taolq@outlook.com> | 2021-06-06 11:49:37 +0800 |
---|---|---|
committer | Liqiang Tao <taolq@outlook.com> | 2021-06-06 12:03:02 +0800 |
commit | 478dc47292b2edfda25c9a3664b60b7ca8c55372 (patch) | |
tree | de073844293477bc06c9618ef379f48ab8a8fcc1 /llvm/lib/ExecutionEngine/Interpreter/ExternalFunctions.cpp | |
parent | 551a697c5cf33275b66add4fc467fcf59084cffb (diff) | |
download | llvm-478dc47292b2edfda25c9a3664b60b7ca8c55372.zip llvm-478dc47292b2edfda25c9a3664b60b7ca8c55372.tar.gz llvm-478dc47292b2edfda25c9a3664b60b7ca8c55372.tar.bz2 |
[llvm] Add interface to order inlining
This patch abstract Calls in Inliner:run() to InlineOrder.
With this patch, it's possible to customize the inlining order, i.e. use queue or priority queue.
Reviewed By: kazu
Differential Revision: https://reviews.llvm.org/D103315
Diffstat (limited to 'llvm/lib/ExecutionEngine/Interpreter/ExternalFunctions.cpp')
0 files changed, 0 insertions, 0 deletions