Searched refs:DomBB (Results 1 – 9 of 9) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | LCSSA.cpp | 127 BasicBlock *DomBB = InstBB; in formLCSSAForInstructions() local 129 DomBB = Inv->getNormalDest(); in formLCSSAForInstructions() 131 DomTreeNode *DomNode = DT.getNode(DomBB); in formLCSSAForInstructions()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | IVUsers.cpp | 101 BasicBlock *DomBB = Rung->getBlock(); in isSimplifiedLoopNest() local 102 Loop *DomLoop = LI->getLoopFor(DomBB); in isSimplifiedLoopNest() 103 if (DomLoop && DomLoop->getHeader() == DomBB) { in isSimplifiedLoopNest()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | MachineDominators.h | 182 MachineBasicBlock *DomBB) { in addNewBlock() argument 184 return DT->addNewBlock(BB, DomBB); in addNewBlock()
|
D | LiveVariables.h | 297 MachineBasicBlock *DomBB,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | LoopUnswitch.cpp | 562 BasicBlock *DomBB = Node->getBlock(); in isUnreachableDueToPreviousUnswitching() local 563 while (currentLoop->contains(DomBB)) { in isUnreachableDueToPreviousUnswitching() 564 BranchInst *BInst = dyn_cast<BranchInst>(DomBB->getTerminator()); in isUnreachableDueToPreviousUnswitching() 566 Node = DT->getNode(DomBB)->getIDom(); in isUnreachableDueToPreviousUnswitching() 567 DomBB = Node->getBlock(); in isUnreachableDueToPreviousUnswitching()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | GenericDomTree.h | 568 DomTreeNodeBase<NodeT> *addNewBlock(NodeT *BB, NodeT *DomBB) { 570 DomTreeNodeBase<NodeT> *IDomNode = getNode(DomBB);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | LiveVariables.cpp | 764 MachineBasicBlock *DomBB, in addNewBlock() argument
|
D | CodeGenPrepare.cpp | 1462 BasicBlock *DomBB = CmpBB->getSinglePredecessor(); in foldICmpWithDominatingICmp() local 1463 if (!DomBB) in foldICmpWithDominatingICmp() 1471 if (!match(DomBB->getTerminator(), m_Br(m_Value(DomCond), TrueBB, FalseBB))) in foldICmpWithDominatingICmp()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCompares.cpp | 1462 BasicBlock *DomBB = CmpBB->getSinglePredecessor(); in foldICmpWithDominatingICmp() local 1463 if (!DomBB) in foldICmpWithDominatingICmp() 1468 if (!match(DomBB->getTerminator(), m_Br(m_Value(DomCond), TrueBB, FalseBB))) in foldICmpWithDominatingICmp()
|