Searched refs:PLowerBound (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.cpp | 2144 Value *PLowerBound = Builder.CreateAlloca(IVTy, nullptr, "p.lowerbound"); in applyStaticWorkshareLoop() local 2155 Builder.CreateStore(Zero, PLowerBound); in applyStaticWorkshareLoop() 2168 {SrcLoc, ThreadNum, SchedulingType, PLastIter, PLowerBound, in applyStaticWorkshareLoop() 2170 Value *LowerBound = Builder.CreateLoad(IVTy, PLowerBound); in applyStaticWorkshareLoop() 2232 Value *PLowerBound = in applyStaticChunkedWorkshareLoop() local 2250 Builder.CreateStore(Zero, PLowerBound); in applyStaticChunkedWorkshareLoop() 2264 /*plower=*/PLowerBound, /*pupper=*/PUpperBound, in applyStaticChunkedWorkshareLoop() 2270 Builder.CreateLoad(InternalIVTy, PLowerBound, "omp_firstchunk.lb"); in applyStaticChunkedWorkshareLoop() 2474 Value *PLowerBound = Builder.CreateAlloca(IVTy, nullptr, "p.lowerbound"); in applyDynamicWorkshareLoop() local 2485 Builder.CreateStore(One, PLowerBound); in applyDynamicWorkshareLoop() [all …]
|