Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DBasicBlockUtils.cpp751 BasicBlock *CommonPred = Pred1->getSinglePredecessor(); in GetIfCondition() local
752 if (CommonPred == nullptr || CommonPred != Pred2->getSinglePredecessor()) in GetIfCondition()
756 BranchInst *BI = dyn_cast<BranchInst>(CommonPred->getTerminator()); in GetIfCondition()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DDeadStoreElimination.cpp2255 BasicBlock *CommonPred = *KillingBlocks.begin(); in getDomMemoryDef() local
2258 if (!CommonPred) in getDomMemoryDef()
2260 CommonPred = PDT.findNearestCommonDominator(CommonPred, *I); in getDomMemoryDef()
2265 if (KillingBlocks.count(CommonPred)) { in getDomMemoryDef()
2266 if (PDT.dominates(CommonPred, EarlierAccess->getBlock())) in getDomMemoryDef()
2274 if (PDT.dominates(CommonPred, EarlierAccess->getBlock())) { in getDomMemoryDef()
2279 if (CommonPred) in getDomMemoryDef()
2280 WorkList.insert(CommonPred); in getDomMemoryDef()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DBasicBlockUtils.cpp1070 BasicBlock *CommonPred = Pred1->getSinglePredecessor(); in GetIfCondition() local
1071 if (CommonPred == nullptr || CommonPred != Pred2->getSinglePredecessor()) in GetIfCondition()
1075 BranchInst *BI = dyn_cast<BranchInst>(CommonPred->getTerminator()); in GetIfCondition()
/external/llvm-project/llvm/lib/Transforms/Utils/
DBasicBlockUtils.cpp1126 BasicBlock *CommonPred = Pred1->getSinglePredecessor(); in GetIfCondition() local
1127 if (CommonPred == nullptr || CommonPred != Pred2->getSinglePredecessor()) in GetIfCondition()
1131 BranchInst *BI = dyn_cast<BranchInst>(CommonPred->getTerminator()); in GetIfCondition()