Searched refs:DomNode (Results 1 - 10 of 10) sorted by relevance

/external/llvm/lib/CodeGen/
H A DLiveRangeCalc.h82 // DomNode - Dominator tree node for the block.
84 MachineDomTreeNode *DomNode; member in struct:llvm::LiveRangeCalc::LiveInBlock
95 : LR(LR), DomNode(node), Kill(kill), Value(nullptr) {}
226 /// @param DomNode The domtree node for the block.
231 MachineDomTreeNode *DomNode,
233 LiveIn.push_back(LiveInBlock(LR, DomNode, Kill));
230 addLiveInBlock(LiveRange &LR, MachineDomTreeNode *DomNode, SlotIndex Kill = SlotIndex()) argument
H A DLiveRangeCalc.cpp216 if (!I.DomNode)
218 MachineBasicBlock *MBB = I.DomNode->getBlock();
399 MachineDomTreeNode *Node = I.DomNode;
458 I.DomNode = nullptr;
H A DEarlyIfConversion.cpp812 for (auto DomNode : post_order(DomTree))
813 if (tryConvertIf(DomNode->getBlock()))
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DLiveRangeCalc.h76 // DomNode - Dominator tree node for the block.
78 MachineDomTreeNode *DomNode; member in struct:llvm::LiveRangeCalc::LiveInBlock
89 : LI(li), DomNode(node), Kill(kill), Value(0) {}
202 /// @param DomNode The domtree node for the block.
207 MachineDomTreeNode *DomNode,
209 LiveIn.push_back(LiveInBlock(LI, DomNode, Kill));
206 addLiveInBlock(LiveInterval *LI, MachineDomTreeNode *DomNode, SlotIndex Kill = SlotIndex()) argument
H A DLiveRangeCalc.cpp33 if (!I->DomNode)
35 MachineBasicBlock *MBB = I->DomNode->getBlock();
162 assert(LiveIn.back().DomNode->getBlock() == KillMBB);
185 MachineDomTreeNode *Node = I->DomNode;
244 I->DomNode = 0;
/external/llvm/lib/Transforms/Utils/
H A DLCSSA.cpp101 DomTreeNode *DomNode = DT.getNode(DomBB); local
112 if (!DT.dominates(DomNode, DT.getNode(ExitBB)))
210 DomTreeNode *DomNode = DT.getNode(BB); local
212 return DT.dominates(DomNode, DT.getNode(EB));
H A DMemorySSA.cpp426 for (auto DomNode : depth_first(DT)) {
427 BasicBlock *BB = DomNode->getBlock();
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
H A DLCSSA.cpp106 DomTreeNode *DomNode = DT->getNode(BB); local
108 if (DT->dominates(DomNode, DT->getNode(ExitBlocks[i])))
208 DomTreeNode *DomNode = DT->getNode(DomBB); local
220 if (!DT->dominates(DomNode, DT->getNode(ExitBB))) continue;
/external/llvm/include/llvm/Analysis/
H A DLoopInfoImpl.h475 for (auto DomNode : post_order(DomRoot)) {
477 BlockT *Header = DomNode->getBlock();
H A DRegionInfoImpl.h729 for (auto DomNode : post_order(N))
730 findRegionsWithEntry(DomNode->getBlock(), ShortCut);

Completed in 261 milliseconds