Home
last modified time | relevance | path

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/
DLCSSA.cpp127 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/
DIVUsers.cpp101 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/
DMachineDominators.h182 MachineBasicBlock *DomBB) { in addNewBlock() argument
184 return DT->addNewBlock(BB, DomBB); in addNewBlock()
DLiveVariables.h297 MachineBasicBlock *DomBB,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopUnswitch.cpp562 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/
DGenericDomTree.h568 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/
DLiveVariables.cpp764 MachineBasicBlock *DomBB, in addNewBlock() argument
DCodeGenPrepare.cpp1462 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/
DInstCombineCompares.cpp1462 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()