Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/
DLoopBoundSplit.cpp162 BasicBlock *FalseSucc = nullptr; in isProcessableCondBI() local
166 m_BasicBlock(TrueSucc), m_BasicBlock(FalseSucc)))) in isProcessableCondBI()
173 if (TrueSucc == FalseSucc) in isProcessableCondBI()
DGVN.cpp2474 BasicBlock *FalseSucc = BI->getSuccessor(1); in processInstruction() local
2476 if (TrueSucc == FalseSucc) in processInstruction()
2486 Value *FalseVal = ConstantInt::getFalse(FalseSucc->getContext()); in processInstruction()
2487 BasicBlockEdge FalseE(Parent, FalseSucc); in processInstruction()
DLoopIdiomRecognize.cpp1593 BasicBlock *FalseSucc = BI->getSuccessor(1); in matchCondition() local
1595 std::swap(TrueSucc, FalseSucc); in matchCondition()
1599 (Pred == ICmpInst::ICMP_EQ && FalseSucc == LoopEntry)) in matchCondition()
DNewGVN.cpp2469 BasicBlock *TrueSucc, *FalseSucc; in processOutgoingEdges() local
2470 if (match(TI, m_Br(m_Value(Cond), TrueSucc, FalseSucc))) { in processOutgoingEdges()
2497 updateReachableEdge(B, FalseSucc); in processOutgoingEdges()
2501 updateReachableEdge(B, FalseSucc); in processOutgoingEdges()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopIdiomRecognize.cpp1178 BasicBlock *FalseSucc = BI->getSuccessor(1); in matchCondition() local
1180 std::swap(TrueSucc, FalseSucc); in matchCondition()
1184 (Pred == ICmpInst::ICMP_EQ && FalseSucc == LoopEntry)) in matchCondition()
DGVN.cpp2023 BasicBlock *FalseSucc = BI->getSuccessor(1); in processInstruction() local
2025 if (TrueSucc == FalseSucc) in processInstruction()
2035 Value *FalseVal = ConstantInt::getFalse(FalseSucc->getContext()); in processInstruction()
2036 BasicBlockEdge FalseE(Parent, FalseSucc); in processInstruction()
DNewGVN.cpp2474 BasicBlock *TrueSucc, *FalseSucc; in processOutgoingEdges() local
2475 if (match(TI, m_Br(m_Value(Cond), TrueSucc, FalseSucc))) { in processOutgoingEdges()
2496 updateReachableEdge(B, FalseSucc); in processOutgoingEdges()
2500 updateReachableEdge(B, FalseSucc); in processOutgoingEdges()
/external/llvm/lib/Transforms/Scalar/
DGVN.cpp2100 BasicBlock *FalseSucc = BI->getSuccessor(1); in processInstruction() local
2102 if (TrueSucc == FalseSucc) in processInstruction()
2112 Value *FalseVal = ConstantInt::getFalse(FalseSucc->getContext()); in processInstruction()
2113 BasicBlockEdge FalseE(Parent, FalseSucc); in processInstruction()
/external/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp2064 BasicBlock *FalseSucc = BI->getSuccessor(1); in SimplifyCondBranchToTwoReturns() local
2066 ReturnInst *FalseRet = cast<ReturnInst>(FalseSucc->getTerminator()); in SimplifyCondBranchToTwoReturns()
2073 if (!FalseSucc->getFirstNonPHIOrDbg()->isTerminator()) in SimplifyCondBranchToTwoReturns()
2082 FalseSucc->removePredecessor(BI->getParent()); in SimplifyCondBranchToTwoReturns()
2098 if (FVPN->getParent() == FalseSucc) in SimplifyCondBranchToTwoReturns()
2116 FalseSucc->removePredecessor(BI->getParent()); in SimplifyCondBranchToTwoReturns()
2138 << "TRUEBLOCK: " << *TrueSucc << "FALSEBLOCK: " << *FalseSucc); in SimplifyCondBranchToTwoReturns()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp2461 BasicBlock *FalseSucc = BI->getSuccessor(1); in SimplifyCondBranchToTwoReturns() local
2463 ReturnInst *FalseRet = cast<ReturnInst>(FalseSucc->getTerminator()); in SimplifyCondBranchToTwoReturns()
2470 if (!FalseSucc->getFirstNonPHIOrDbg()->isTerminator()) in SimplifyCondBranchToTwoReturns()
2479 FalseSucc->removePredecessor(BI->getParent()); in SimplifyCondBranchToTwoReturns()
2495 if (FVPN->getParent() == FalseSucc) in SimplifyCondBranchToTwoReturns()
2513 FalseSucc->removePredecessor(BI->getParent()); in SimplifyCondBranchToTwoReturns()
2535 << *TrueSucc << "FALSEBLOCK: " << *FalseSucc); in SimplifyCondBranchToTwoReturns()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/InstCombine/
DInstCombineSelect.cpp2464 BasicBlock *TrueSucc, *FalseSucc; in foldSelectToPhiImpl() local
2467 m_BasicBlock(FalseSucc)))) { in foldSelectToPhiImpl()
2472 m_BasicBlock(FalseSucc)))) { in foldSelectToPhiImpl()
2479 if (TrueSucc == FalseSucc) in foldSelectToPhiImpl()
2488 BasicBlockEdge FalseEdge(IDom, FalseSucc); in foldSelectToPhiImpl()
/external/clang/lib/Analysis/
DCFG.cpp564 CFGBlock *FalseSucc = nullptr);
3820 CFGBlock *FalseSucc) { in InsertTempDtorDecisionBlock() argument
3829 addSuccessor(Decision, FalseSucc ? FalseSucc : Context.Succ, in InsertTempDtorDecisionBlock()
/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringX8664.cpp2852 CfgNode *FalseSucc = Br->getTargetFalse(); in lowerFcmpAndConsumer() local
2854 std::swap(TrueSucc, FalseSucc); in lowerFcmpAndConsumer()
2856 _br(TableFcmp[Condition].C1, FalseSucc); in lowerFcmpAndConsumer()
2858 _br(TableFcmp[Condition].C2, FalseSucc); in lowerFcmpAndConsumer()
2863 _br(FalseSucc); in lowerFcmpAndConsumer()
DIceTargetLoweringX8632.cpp3149 CfgNode *FalseSucc = Br->getTargetFalse(); in lowerFcmpAndConsumer() local
3151 std::swap(TrueSucc, FalseSucc); in lowerFcmpAndConsumer()
3153 _br(TableFcmp[Condition].C1, FalseSucc); in lowerFcmpAndConsumer()
3155 _br(TableFcmp[Condition].C2, FalseSucc); in lowerFcmpAndConsumer()
3160 _br(FalseSucc); in lowerFcmpAndConsumer()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
DValueTracking.cpp1559 BasicBlock *TrueSucc, *FalseSucc; in computeKnownBitsFromOperator() local
1563 m_BasicBlock(TrueSucc), m_BasicBlock(FalseSucc)))) { in computeKnownBitsFromOperator()
1565 if ((TrueSucc == P->getParent()) != (FalseSucc == P->getParent())) { in computeKnownBitsFromOperator()
1567 if (FalseSucc == P->getParent()) in computeKnownBitsFromOperator()