Home
last modified time | relevance | path

Searched refs:PUpperBound (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp2056 Value *PUpperBound = Builder.CreateAlloca(IVTy, nullptr, "p.upperbound"); in applyStaticWorkshareLoop() local
2068 Builder.CreateStore(UpperBound, PUpperBound); in applyStaticWorkshareLoop()
2080 PUpperBound, PStride, One, Zero}); in applyStaticWorkshareLoop()
2082 Value *InclusiveUpperBound = Builder.CreateLoad(IVTy, PUpperBound); in applyStaticWorkshareLoop()
2145 Value *PUpperBound = in applyStaticChunkedWorkshareLoop() local
2163 Builder.CreateStore(OrigUpperBound, PUpperBound); in applyStaticChunkedWorkshareLoop()
2175 /*plower=*/PLowerBound, /*pupper=*/PUpperBound, in applyStaticChunkedWorkshareLoop()
2183 Builder.CreateLoad(InternalIVTy, PUpperBound, "omp_firstchunk.ub"); in applyStaticChunkedWorkshareLoop()
2386 Value *PUpperBound = Builder.CreateAlloca(IVTy, nullptr, "p.upperbound"); in applyDynamicWorkshareLoop() local
2398 Builder.CreateStore(UpperBound, PUpperBound); in applyDynamicWorkshareLoop()
[all …]
/llvm-project-15.0.7/llvm/unittests/Frontend/
H A DOpenMPIRBuilderTest.cpp1946 AllocaInst *PUpperBound = dyn_cast<AllocaInst>(&*(AllocaIter++)); in TEST_F() local
1950 EXPECT_NE(PUpperBound, nullptr); in TEST_F()
1996 EXPECT_EQ(LoadedUpperBound->getPointerOperand(), PUpperBound); in TEST_F()
2148 AllocaInst *PUpperBound = dyn_cast<AllocaInst>(&*(AllocaIter++)); in TEST_P() local
2152 EXPECT_NE(PUpperBound, nullptr); in TEST_P()