Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopIdiomVectorize.cpp273 BasicBlock *EndBB, *WhileBB; in recognizeByteCompare() local
276 m_BasicBlock(EndBB), m_BasicBlock(WhileBB))) || in recognizeByteCompare()
277 Pred != ICmpInst::Predicate::ICMP_EQ || !CurLoop->contains(WhileBB)) in recognizeByteCompare()
286 if (!match(WhileBB->getTerminator(), in recognizeByteCompare()
353 Value *WhileBodyVal = EndPN.getIncomingValueForBlock(WhileBB); in recognizeByteCompare()