This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

using gimple_duplicate_sese_tail for subloops


Hi

I am working on expanding auto par for outer loops, and while doing so, 
I need  to duplicate the whole body of the outer loop. the current 
function that is used for the inner loops
is gimple_duplicate_sese_tail, only it doesn't support subloops.

Any ideas on how I can alternatively get the same functionality?

Thanks,
Razya 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]