Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp1174 Optional<MDNode *> RemainderLoopID = in tryToUnrollLoop() local
1177 if (RemainderLoopID.hasValue()) in tryToUnrollLoop()
1178 RemainderLoop->setLoopID(RemainderLoopID.getValue()); in tryToUnrollLoop()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp10171 Optional<MDNode *> RemainderLoopID = in processLoop() local
10174 if (RemainderLoopID.hasValue()) { in processLoop()
10175 L->setLoopID(RemainderLoopID.getValue()); in processLoop()