mirror of
https://github.com/intel/llvm.git
synced 2026-01-31 07:27:33 +08:00
5c32dfc5fb1cfcff8ae3671284e17daa8da3a188
This paves the road for constructing a better function dependency graph. If we analyze a function before the functions it calls and inlines, there is more opportunity for optimization. Note, we add call edges to the called methods that correspond to function definitions (declarations with bodies). llvm-svn: 170825
…
Languages
LLVM
41.3%
C++
31.5%
C
13%
Assembly
9.5%
MLIR
1.5%
Other
2.8%