Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64LoopIdiomTransform.cpp287 BasicBlock *EndBB, *WhileBB; in recognizeByteCompare() local
290 m_BasicBlock(EndBB), m_BasicBlock(WhileBB))) || in recognizeByteCompare()
291 Pred != ICmpInst::Predicate::ICMP_EQ || !CurLoop->contains(WhileBB)) in recognizeByteCompare()
300 if (!match(WhileBB->getTerminator(), in recognizeByteCompare()
367 Value *WhileBodyVal = EndPN.getIncomingValueForBlock(WhileBB); in recognizeByteCompare()