Home
last modified time | relevance | path

Searched refs:getTripCount (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp2067 Value *UpperBound = Builder.CreateSub(CLI->getTripCount(), One); in applyStaticWorkshareLoop()
2123 Value *OrigTripCount = CLI->getTripCount(); in applyStaticChunkedWorkshareLoop()
2397 Value *UpperBound = CLI->getTripCount(); in applyDynamicWorkshareLoop()
2558 Value *OrigTripCount = L->getTripCount(); in collapseLoops()
2584 Value *OrigTripCount = Loops[i]->getTripCount(); in collapseLoops()
2678 OrigTripCounts.push_back(L->getTripCount()); in tileLoops()
4564 Value *TripCount = getTripCount(); in assertOK()
/llvm-project-15.0.7/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h1765 Value *getTripCount() const { in getTripCount() function
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp1055 static const SCEV *getTripCount(const SCEV *BECount, Type *IntPtr, in getTripCount() function
1088 const SCEV *TripCountSCEV = getTripCount(BECount, IntPtr, CurLoop, DL, SE); in getNumBytes()
/llvm-project-15.0.7/llvm/unittests/Frontend/
H A DOpenMPIRBuilderTest.cpp1244 EXPECT_EQ(Loop->getTripCount(), TripCount); in TEST_F()
1282 Value *TripCount = Loop->getTripCount(); in TEST_F()
1405 auto *TripCount = cast<MulOperator>(Collapsed->getTripCount()); in TEST_F()
1719 Value *FloorTripCount = FloorLoop->getTripCount(); in TEST_F()