Displaying 1 result from an estimated 1 matches for "7eamaral".
2010 Oct 24
4
[LLVMdev] Inlining in LLVM
Duncan:
I am only superficially familiar with LLVM structure.
What I am trying to find out is if functions that have a single invocation
are still found in the code during the compilation.
In Open64 and other compilers, there is an early inlining pass that inlines
all procedures that have a single invocation site. The reasoning is that if
there is a single call to a procedure, then there is not