Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopRotationUtils.cpp424 BasicBlock *OrigLatch = L->getLoopLatch(); in rotateLoop() local
438 if (!OrigLatch) in rotateLoop()
443 if (L->isLoopExiting(OrigLatch) && !SimplifiedLatch && IsUtilMode == false && in rotateLoop()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp8177 BasicBlock *OrigLatch = OrigLoop->getLoopLatch(); in fixHeaderPhis() local
8181 getRecipe(cast<Instruction>(PN->getIncomingValueForBlock(OrigLatch))); in fixHeaderPhis()