1. while loop: It is an Entry control loop. In which condition is checked before entering the loop. 2. do while loop: It is known as Exit control loop. In which condition is checked after executing ...
; RUN: opt -aa-pipeline=basic-aa %loadNPMPolly '-passes=print<polly-dependences>' -polly-dependences-analysis-level=reference-wise -disable-output < %s | FileCheck %s ...