Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp2054 Value *PLastIter = Builder.CreateAlloca(I32Type, nullptr, "p.lastiter"); in applyStaticWorkshareLoop() local
2079 {SrcLoc, ThreadNum, SchedulingType, PLastIter, PLowerBound, in applyStaticWorkshareLoop()
2142 Value *PLastIter = Builder.CreateAlloca(I32Type, nullptr, "p.lastiter"); in applyStaticChunkedWorkshareLoop() local
2174 /*schedtype=*/SchedulingType, /*plastiter=*/PLastIter, in applyStaticChunkedWorkshareLoop()
2384 Value *PLastIter = Builder.CreateAlloca(I32Type, nullptr, "p.lastiter"); in applyDynamicWorkshareLoop() local
2430 Builder.CreateCall(DynamicNext, {SrcLoc, ThreadNum, PLastIter, in applyDynamicWorkshareLoop()
/llvm-project-15.0.7/llvm/unittests/Frontend/
H A DOpenMPIRBuilderTest.cpp1944 AllocaInst *PLastIter = dyn_cast<AllocaInst>(&*(AllocaIter++)); in TEST_F() local
1948 EXPECT_NE(PLastIter, nullptr); in TEST_F()
2146 AllocaInst *PLastIter = dyn_cast<AllocaInst>(&*(AllocaIter++)); in TEST_P() local
2150 EXPECT_NE(PLastIter, nullptr); in TEST_P()