Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64LoopIdiomTransform.cpp290 m_BasicBlock(EndBB), m_BasicBlock(WhileBB))) || in recognizeByteCompare()
302 m_BasicBlock(TrueBB), m_BasicBlock(FoundBB))) || in recognizeByteCompare()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopDeletion.cpp334 m_BasicBlock(IfTrue), m_BasicBlock(IfFalse)))) { in canProveExitOnFirstIteration()
H A DLoopBoundSplit.cpp166 m_BasicBlock(TrueSucc), m_BasicBlock(FalseSucc)))) in isProcessableCondBI()
H A DGuardWidening.cpp506 if (!match(Term, m_Br(m_Value(Cond), m_BasicBlock(IfTrue), in computeWideningScore()
507 m_BasicBlock(IfFalse)))) in computeWideningScore()
H A DLoopIdiomRecognize.cpp2228 m_BasicBlock(TrueBB), m_BasicBlock(FalseBB)))) { in detectShiftUntilBitTestIdiom()
2586 m_Br(m_Instruction(ValShiftedIsZero), m_BasicBlock(TrueBB), in detectShiftUntilZeroIdiom()
2587 m_BasicBlock(FalseBB))) || in detectShiftUntilZeroIdiom()
H A DSimpleLoopUnswitch.cpp3226 m_BasicBlock(IfTrue), m_BasicBlock(IfFalse)))) in collectUnswitchCandidatesWithInjections()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DPatternMatch.h168 inline class_match<BasicBlock> m_BasicBlock() { in m_BasicBlock() function
751 inline bind_ty<BasicBlock> m_BasicBlock(BasicBlock *&V) { return V; } in m_BasicBlock() function
752 inline bind_ty<const BasicBlock> m_BasicBlock(const BasicBlock *&V) { in m_BasicBlock() function
1873 C, m_BasicBlock(T), m_BasicBlock(F)); in m_Br()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp2510 m_Br(m_Specific(Cond), m_BasicBlock(TrueSucc), in foldSelectToPhiImpl()
2511 m_BasicBlock(FalseSucc)))) { in foldSelectToPhiImpl()
2515 m_Br(m_Not(m_Specific(Cond)), m_BasicBlock(TrueSucc), in foldSelectToPhiImpl()
2516 m_BasicBlock(FalseSucc)))) { in foldSelectToPhiImpl()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp1690 m_BasicBlock(), m_BasicBlock()))) in hasRelatedExistingExpansion()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp1394 m_BasicBlock(TrueSucc), m_BasicBlock(FalseSucc)))) { in computeKnownBitsFromOperator()
2626 m_BasicBlock(TrueSucc), m_BasicBlock(FalseSucc)))) { in isKnownNonZeroFromOperator()
H A DScalarEvolution.cpp13988 if (match(BB->getTerminator(), m_Br(m_Value(Cond), m_BasicBlock(TrueBB), in getReachableBlocks()
13989 m_BasicBlock(FalseBB)))) { in getReachableBlocks()