Home
last modified time | relevance | path

Searched refs:DomBB (Results 1 – 18 of 18) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DLCSSA.cpp204 BasicBlock *DomBB = Inst->getParent(); in ProcessInstruction() local
206 DomBB = Inv->getNormalDest(); in ProcessInstruction()
208 DomTreeNode *DomNode = DT->getNode(DomBB); in ProcessInstruction()
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DMachineDominators.h131 MachineBasicBlock *DomBB) { in addNewBlock() argument
132 return DT->addNewBlock(BB, DomBB); in addNewBlock()
DLiveVariables.h306 MachineBasicBlock *DomBB,
/external/llvm/lib/Transforms/Utils/
DLCSSA.cpp97 BasicBlock *DomBB = Inst.getParent(); in processInstruction() local
99 DomBB = Inv->getNormalDest(); in processInstruction()
101 DomTreeNode *DomNode = DT.getNode(DomBB); in processInstruction()
/external/llvm/lib/Analysis/
DIVUsers.cpp95 BasicBlock *DomBB = Rung->getBlock(); in isSimplifiedLoopNest() local
96 Loop *DomLoop = LI->getLoopFor(DomBB); in isSimplifiedLoopNest()
97 if (DomLoop && DomLoop->getHeader() == DomBB) { in isSimplifiedLoopNest()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DLCSSA.cpp123 BasicBlock *DomBB = InstBB; in formLCSSAForInstructions() local
125 DomBB = Inv->getNormalDest(); in formLCSSAForInstructions()
127 DomTreeNode *DomNode = DT.getNode(DomBB); in formLCSSAForInstructions()
/external/llvm/include/llvm/CodeGen/
DMachineDominators.h175 MachineBasicBlock *DomBB) { in addNewBlock() argument
177 return DT->addNewBlock(BB, DomBB); in addNewBlock()
DLiveVariables.h298 MachineBasicBlock *DomBB,
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMachineDominators.h183 MachineBasicBlock *DomBB) { in addNewBlock() argument
185 return DT->addNewBlock(BB, DomBB); in addNewBlock()
DLiveVariables.h297 MachineBasicBlock *DomBB,
/external/swiftshader/third_party/llvm-7.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()
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DDominators.h485 DomTreeNodeBase<NodeT> *addNewBlock(NodeT *BB, NodeT *DomBB) { in addNewBlock() argument
487 DomTreeNodeBase<NodeT> *IDomNode = getNode(DomBB); in addNewBlock()
789 inline DomTreeNode *addNewBlock(BasicBlock *BB, BasicBlock *DomBB) { in addNewBlock() argument
790 return DT->addNewBlock(BB, DomBB); in addNewBlock()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLoopUnswitch.cpp539 BasicBlock *DomBB = Node->getBlock(); in isUnreachableDueToPreviousUnswitching() local
540 while (currentLoop->contains(DomBB)) { in isUnreachableDueToPreviousUnswitching()
541 BranchInst *BInst = dyn_cast<BranchInst>(DomBB->getTerminator()); in isUnreachableDueToPreviousUnswitching()
543 Node = DT->getNode(DomBB)->getIDom(); in isUnreachableDueToPreviousUnswitching()
544 DomBB = Node->getBlock(); in isUnreachableDueToPreviousUnswitching()
/external/llvm/include/llvm/Support/
DGenericDomTree.h556 DomTreeNodeBase<NodeT> *addNewBlock(NodeT *BB, NodeT *DomBB) { in addNewBlock() argument
558 DomTreeNodeBase<NodeT> *IDomNode = getNode(DomBB); in addNewBlock()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DGenericDomTree.h594 DomTreeNodeBase<NodeT> *addNewBlock(NodeT *BB, NodeT *DomBB) {
596 DomTreeNodeBase<NodeT> *IDomNode = getNode(DomBB);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DLiveVariables.cpp766 MachineBasicBlock *DomBB, in addNewBlock() argument
/external/llvm/lib/CodeGen/
DLiveVariables.cpp766 MachineBasicBlock *DomBB, in addNewBlock() argument
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DLiveVariables.cpp752 MachineBasicBlock *DomBB, in addNewBlock() argument