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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp1186 Optional<MDNode *> RemainderLoopID = local
1189 if (RemainderLoopID.hasValue())
1190 RemainderLoop->setLoopID(RemainderLoopID.getValue());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp7991 Optional<MDNode *> RemainderLoopID =
7994 if (RemainderLoopID.hasValue()) {
7995 L->setLoopID(RemainderLoopID.getValue());

Completed in 117 milliseconds