/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/ |
D | LoopBoundSplit.cpp | 162 BasicBlock *FalseSucc = nullptr; in isProcessableCondBI() local 166 m_BasicBlock(TrueSucc), m_BasicBlock(FalseSucc)))) in isProcessableCondBI() 173 if (TrueSucc == FalseSucc) in isProcessableCondBI()
|
D | GVN.cpp | 2474 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()
|
D | LoopIdiomRecognize.cpp | 1593 BasicBlock *FalseSucc = BI->getSuccessor(1); in matchCondition() local 1595 std::swap(TrueSucc, FalseSucc); in matchCondition() 1599 (Pred == ICmpInst::ICMP_EQ && FalseSucc == LoopEntry)) in matchCondition()
|
D | NewGVN.cpp | 2469 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/ |
D | LoopIdiomRecognize.cpp | 1178 BasicBlock *FalseSucc = BI->getSuccessor(1); in matchCondition() local 1180 std::swap(TrueSucc, FalseSucc); in matchCondition() 1184 (Pred == ICmpInst::ICMP_EQ && FalseSucc == LoopEntry)) in matchCondition()
|
D | GVN.cpp | 2023 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()
|
D | NewGVN.cpp | 2474 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/ |
D | GVN.cpp | 2100 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/ |
D | SimplifyCFG.cpp | 2064 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/ |
D | SimplifyCFG.cpp | 2461 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/ |
D | InstCombineSelect.cpp | 2464 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/ |
D | CFG.cpp | 564 CFGBlock *FalseSucc = nullptr); 3820 CFGBlock *FalseSucc) { in InsertTempDtorDecisionBlock() argument 3829 addSuccessor(Decision, FalseSucc ? FalseSucc : Context.Succ, in InsertTempDtorDecisionBlock()
|
/external/swiftshader/third_party/subzero/src/ |
D | IceTargetLoweringX8664.cpp | 2852 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()
|
D | IceTargetLoweringX8632.cpp | 3149 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/ |
D | ValueTracking.cpp | 1559 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()
|