Searched refs:PLowerBound (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.cpp | 4268 Value *PLowerBound = Builder.CreateAlloca(IVTy, nullptr, "p.lowerbound"); in applyStaticWorkshareLoop() local 4280 Builder.CreateStore(Zero, PLowerBound); in applyStaticWorkshareLoop() 4297 {SrcLoc, ThreadNum, SchedulingType, PLastIter, PLowerBound, PUpperBound}); in applyStaticWorkshareLoop() 4305 Value *LowerBound = Builder.CreateLoad(IVTy, PLowerBound); in applyStaticWorkshareLoop() 4374 Value *PLowerBound = in applyStaticChunkedWorkshareLoop() local 4393 Builder.CreateStore(Zero, PLowerBound); in applyStaticChunkedWorkshareLoop() 4407 /*plower=*/PLowerBound, /*pupper=*/PUpperBound, in applyStaticChunkedWorkshareLoop() 4413 Builder.CreateLoad(InternalIVTy, PLowerBound, "omp_firstchunk.lb"); in applyStaticChunkedWorkshareLoop() 4860 Value *PLowerBound = Builder.CreateAlloca(IVTy, nullptr, "p.lowerbound"); in applyDynamicWorkshareLoop() local 4872 Builder.CreateStore(One, PLowerBound); in applyDynamicWorkshareLoop() [all …]
|