llvm/bolt/lib
Amir Ayupov f8d2d8b587 [BOLT][NFC] Move getInliningInfo out of Inliner class
`getInliningInfo` is useful in other passes that need to check inlining
eligibility for some function. Move the declaration and InliningInfo definition
out of Inliner class. Prepare for subsequent use in ICP.

Reviewed By: rafauler

Differential Revision: https://reviews.llvm.org/D124899
2022-05-04 14:08:06 -07:00
..
Core [BOLT][NFC] Fix MCPlusBuilder::getAliases caching behavior 2022-05-04 12:53:26 -07:00
Passes [BOLT][NFC] Move getInliningInfo out of Inliner class 2022-05-04 14:08:06 -07:00
Profile [BOLT] [NFC] Remove unused variable 2022-05-03 15:15:56 +00:00
Rewrite [BOLT][DWARF] Implement monolithic DWARF5 2022-04-21 16:02:23 -07:00
RuntimeLibs [BOLT][NFC] Fix braces usage in the rest of the codebase 2021-12-28 18:43:53 -08:00
Target [BOLT][NFC] Reduce Target/{AArch64,X86} dependencies 2022-04-29 20:37:53 -07:00
Utils [BOLT] Check if LLVM_REVISION is defined 2022-04-15 06:33:14 -07:00
CMakeLists.txt