Lines Matching refs:UB
853 llvm::Value *UB, llvm::Value *ST, in EmitOMPForOuterLoop() argument
921 : UB), in EmitOMPForOuterLoop()
941 IL, LB, UB, ST); in EmitOMPForOuterLoop()
1092 LValue UB = in EmitOMPWorksharingLoop() local
1136 UB.getAddress(), ST.getAddress()); in EmitOMPWorksharingLoop()
1157 LB.getAddress(), UB.getAddress(), ST.getAddress(), in EmitOMPWorksharingLoop()
1228 LValue UB = in EmitSections() local
1239 CodeGenFunction::OpaqueValueMapping OpaqueUB(CGF, &UBRefExpr, UB); in EmitSections()
1291 LB.getAddress(), UB.getAddress(), ST.getAddress()); in EmitSections()
1293 auto *UBVal = CGF.EmitLoadOfScalar(UB, S.getLocStart()); in EmitSections()
1296 CGF.EmitStoreOfScalar(MinUBGlobalUB, UB); in EmitSections()