Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp1218 Optional<MDNode *> RemainderLoopID = in tryToUnrollLoop() local
1221 if (RemainderLoopID.hasValue()) in tryToUnrollLoop()
1222 RemainderLoop->setLoopID(RemainderLoopID.getValue()); in tryToUnrollLoop()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp10377 Optional<MDNode *> RemainderLoopID = in processLoop() local
10380 if (RemainderLoopID.hasValue()) { in processLoop()
10381 L->setLoopID(RemainderLoopID.getValue()); in processLoop()