Lines Matching refs:UB
1262 Address UB, Address ST, in EmitOMPForOuterLoop() argument
1333 IVSize, IVSigned, Ordered, IL, LB, UB, ST, Chunk); in EmitOMPForOuterLoop()
1353 IL, LB, UB, ST); in EmitOMPForOuterLoop()
1504 LValue UB = in EmitOMPWorksharingLoop() local
1551 UB.getAddress(), ST.getAddress()); in EmitOMPWorksharingLoop()
1572 LB.getAddress(), UB.getAddress(), ST.getAddress(), in EmitOMPWorksharingLoop()
1644 LValue UB = in EmitSections() local
1655 CodeGenFunction::OpaqueValueMapping OpaqueUB(CGF, &UBRefExpr, UB); in EmitSections()
1708 LB.getAddress(), UB.getAddress(), ST.getAddress()); in EmitSections()
1710 auto *UBVal = CGF.EmitLoadOfScalar(UB, S.getLocStart()); in EmitSections()
1713 CGF.EmitStoreOfScalar(MinUBGlobalUB, UB); in EmitSections()