Searched refs:AssociatedLoops (Results 1 – 2 of 2) sorted by relevance
104 unsigned AssociatedLoops = 1; member301 void setAssociatedLoops(unsigned Val) { Stack.back().AssociatedLoops = Val; } in setAssociatedLoops()303 unsigned getAssociatedLoops() const { return Stack.back().AssociatedLoops; } in getAssociatedLoops()4584 unsigned AssociatedLoops = DSAStack->getAssociatedLoops(); in ActOnOpenMPLoopInitialization() local4585 if (AssociatedLoops > 0 && in ActOnOpenMPLoopInitialization()4603 DSAStack->setAssociatedLoops(AssociatedLoops - 1); in ActOnOpenMPLoopInitialization()
172 unsigned AssociatedLoops = 1; member887 getTopOfStack().AssociatedLoops = Val; in setAssociatedLoops()894 return Top ? Top->AssociatedLoops : 0; in getAssociatedLoops()7729 unsigned AssociatedLoops = DSAStack->getAssociatedLoops(); in ActOnOpenMPLoopInitialization() local7730 if (AssociatedLoops > 0 && in ActOnOpenMPLoopInitialization()7804 DSAStack->setAssociatedLoops(AssociatedLoops - 1); in ActOnOpenMPLoopInitialization()