Searched refs:m_BasicBlock (Results 1 – 11 of 11) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64LoopIdiomTransform.cpp | 290 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 D | LoopDeletion.cpp | 334 m_BasicBlock(IfTrue), m_BasicBlock(IfFalse)))) { in canProveExitOnFirstIteration()
|
| H A D | LoopBoundSplit.cpp | 166 m_BasicBlock(TrueSucc), m_BasicBlock(FalseSucc)))) in isProcessableCondBI()
|
| H A D | GuardWidening.cpp | 506 if (!match(Term, m_Br(m_Value(Cond), m_BasicBlock(IfTrue), in computeWideningScore() 507 m_BasicBlock(IfFalse)))) in computeWideningScore()
|
| H A D | LoopIdiomRecognize.cpp | 2228 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 D | SimpleLoopUnswitch.cpp | 3226 m_BasicBlock(IfTrue), m_BasicBlock(IfFalse)))) in collectUnswitchCandidatesWithInjections()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | PatternMatch.h | 168 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 D | InstCombineSelect.cpp | 2510 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 D | ScalarEvolutionExpander.cpp | 1690 m_BasicBlock(), m_BasicBlock()))) in hasRelatedExistingExpansion()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | ValueTracking.cpp | 1394 m_BasicBlock(TrueSucc), m_BasicBlock(FalseSucc)))) { in computeKnownBitsFromOperator() 2626 m_BasicBlock(TrueSucc), m_BasicBlock(FalseSucc)))) { in isKnownNonZeroFromOperator()
|
| H A D | ScalarEvolution.cpp | 13988 if (match(BB->getTerminator(), m_Br(m_Value(Cond), m_BasicBlock(TrueBB), in getReachableBlocks() 13989 m_BasicBlock(FalseBB)))) { in getReachableBlocks()
|