Home
last modified time | relevance | path

Searched refs:DomNode (Results 1 – 25 of 28) sorted by relevance

12

/external/llvm/lib/CodeGen/
DLiveRangeCalc.h84 MachineDomTreeNode *DomNode; member
95 : LR(LR), DomNode(node), Kill(kill), Value(nullptr) {} in LiveInBlock()
231 MachineDomTreeNode *DomNode,
233 LiveIn.push_back(LiveInBlock(LR, DomNode, Kill));
DLiveRangeCalc.cpp216 if (!I.DomNode) in updateFromLiveIns()
218 MachineBasicBlock *MBB = I.DomNode->getBlock(); in updateFromLiveIns()
399 MachineDomTreeNode *Node = I.DomNode; in updateSSA()
458 I.DomNode = nullptr; in updateSSA()
DEarlyIfConversion.cpp812 for (auto DomNode : post_order(DomTree)) in runOnMachineFunction() local
813 if (tryConvertIf(DomNode->getBlock())) in runOnMachineFunction()
/external/llvm-project/llvm/include/llvm/CodeGen/
DLiveRangeCalc.h108 MachineDomTreeNode *DomNode; member
119 : LR(LR), DomNode(node), Kill(kill) {} in LiveInBlock()
244 void addLiveInBlock(LiveRange &LR, MachineDomTreeNode *DomNode,
246 LiveIn.push_back(LiveInBlock(LR, DomNode, Kill));
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DLiveRangeCalc.h106 MachineDomTreeNode *DomNode; member
117 : LR(LR), DomNode(node), Kill(kill) {} in LiveInBlock()
269 void addLiveInBlock(LiveRange &LR, MachineDomTreeNode *DomNode,
271 LiveIn.push_back(LiveInBlock(LR, DomNode, Kill));
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DPredicateInfo.cpp310 DomTreeNode *DomNode = DT.getNode(IBlock); in convertUsesToDFSOrdered() local
312 if (!DomNode) in convertUsesToDFSOrdered()
314 VD.DFSIn = DomNode->getDFSNumIn(); in convertUsesToDFSOrdered()
315 VD.DFSOut = DomNode->getDFSNumOut(); in convertUsesToDFSOrdered()
621 DomTreeNode *DomNode = DT.getNode(PAssume->AssumeInst->getParent()); in renameUses() local
622 if (!DomNode) in renameUses()
624 VD.DFSIn = DomNode->getDFSNumIn(); in renameUses()
625 VD.DFSOut = DomNode->getDFSNumOut(); in renameUses()
635 auto *DomNode = DT.getNode(BlockEdge.first); in renameUses() local
636 if (DomNode) { in renameUses()
[all …]
DLCSSA.cpp131 DomTreeNode *DomNode = DT.getNode(DomBB); in formLCSSAForInstructions() local
148 if (!DT.dominates(DomNode, DT.getNode(ExitBB))) in formLCSSAForInstructions()
/external/llvm-project/llvm/lib/Target/WebAssembly/
DWebAssemblyExceptionInfo.cpp50 for (auto DomNode : post_order(&MDT)) { in recalculate() local
51 MachineBasicBlock *EHPad = DomNode->getBlock(); in recalculate()
60 for (auto DomNode : post_order(&MDT)) { in recalculate() local
61 MachineBasicBlock *MBB = DomNode->getBlock(); in recalculate()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyExceptionInfo.cpp50 for (auto DomNode : post_order(&MDT)) { in recalculate() local
51 MachineBasicBlock *EHPad = DomNode->getBlock(); in recalculate()
60 for (auto DomNode : post_order(&MDT)) { in recalculate() local
61 MachineBasicBlock *MBB = DomNode->getBlock(); in recalculate()
/external/llvm-project/llvm/lib/Transforms/Utils/
DPredicateInfo.cpp358 DomTreeNode *DomNode = DT.getNode(IBlock); in convertUsesToDFSOrdered() local
360 if (!DomNode) in convertUsesToDFSOrdered()
362 VD.DFSIn = DomNode->getDFSNumIn(); in convertUsesToDFSOrdered()
363 VD.DFSOut = DomNode->getDFSNumOut(); in convertUsesToDFSOrdered()
677 DomTreeNode *DomNode = DT.getNode(PAssume->AssumeInst->getParent()); in renameUses() local
678 if (!DomNode) in renameUses()
680 VD.DFSIn = DomNode->getDFSNumIn(); in renameUses()
681 VD.DFSOut = DomNode->getDFSNumOut(); in renameUses()
691 auto *DomNode = DT.getNode(BlockEdge.first); in renameUses() local
692 if (DomNode) { in renameUses()
[all …]
DLCSSA.cpp139 const DomTreeNode *DomNode = DT.getNode(DomBB); in formLCSSAForInstructions() local
156 if (!DT.dominates(DomNode, DT.getNode(ExitBB))) in formLCSSAForInstructions()
/external/llvm/lib/Transforms/Utils/
DLCSSA.cpp101 DomTreeNode *DomNode = DT.getNode(DomBB); in processInstruction() local
112 if (!DT.dominates(DomNode, DT.getNode(ExitBB))) in processInstruction()
210 DomTreeNode *DomNode = DT.getNode(BB); in blockDominatesAnExit() local
212 return DT.dominates(DomNode, DT.getNode(EB)); in blockDominatesAnExit()
/external/llvm-project/llvm/lib/CodeGen/
DLiveRangeCalc.cpp67 if (!I.DomNode) in updateFromLiveIns()
69 MachineBasicBlock *MBB = I.DomNode->getBlock(); in updateFromLiveIns()
341 MachineDomTreeNode *Node = I.DomNode; in updateSSA()
405 I.DomNode = nullptr; in updateSSA()
DWasmEHPrepare.cpp254 for (auto DomNode : breadth_first(&DT)) { in prepareEHPads() local
255 auto *BB = DomNode->getBlock(); in prepareEHPads()
DEarlyIfConversion.cpp1017 for (auto DomNode : post_order(DomTree)) in runOnMachineFunction() local
1018 if (tryConvertIf(DomNode->getBlock())) in runOnMachineFunction()
1150 for (auto DomNode : post_order(DomTree)) in runOnMachineFunction() local
1151 if (tryConvertIf(DomNode->getBlock())) in runOnMachineFunction()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DLiveRangeCalc.cpp219 if (!I.DomNode) in updateFromLiveIns()
221 MachineBasicBlock *MBB = I.DomNode->getBlock(); in updateFromLiveIns()
493 MachineDomTreeNode *Node = I.DomNode; in updateSSA()
557 I.DomNode = nullptr; in updateSSA()
DEarlyIfConversion.cpp926 for (auto DomNode : post_order(DomTree)) in runOnMachineFunction() local
927 if (tryConvertIf(DomNode->getBlock())) in runOnMachineFunction()
1059 for (auto DomNode : post_order(DomTree)) in runOnMachineFunction() local
1060 if (tryConvertIf(DomNode->getBlock())) in runOnMachineFunction()
/external/llvm/include/llvm/Analysis/
DLoopInfoImpl.h475 for (auto DomNode : post_order(DomRoot)) { in analyze() local
477 BlockT *Header = DomNode->getBlock(); in analyze()
DRegionInfoImpl.h729 for (auto DomNode : post_order(N)) in scanForRegions() local
730 findRegionsWithEntry(DomNode->getBlock(), ShortCut); in scanForRegions()
/external/llvm-project/llvm/include/llvm/Analysis/
DLoopInfoImpl.h547 for (auto DomNode : post_order(DomRoot)) { in analyze() local
549 BlockT *Header = DomNode->getBlock(); in analyze()
DRegionInfoImpl.h736 for (auto DomNode : post_order(N)) in scanForRegions() local
737 findRegionsWithEntry(DomNode->getBlock(), ShortCut); in scanForRegions()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DLoopInfoImpl.h541 for (auto DomNode : post_order(DomRoot)) { in analyze() local
543 BlockT *Header = DomNode->getBlock(); in analyze()
DRegionInfoImpl.h736 for (auto DomNode : post_order(N)) in scanForRegions() local
737 findRegionsWithEntry(DomNode->getBlock(), ShortCut); in scanForRegions()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DNewGVN.cpp3524 DomTreeNode *DomNode = DT->getNode(BB); in convertClassToDFSOrdered() local
3525 VDDef.DFSIn = DomNode->getDFSNumIn(); in convertClassToDFSOrdered()
3526 VDDef.DFSOut = DomNode->getDFSNumOut(); in convertClassToDFSOrdered()
3583 DomTreeNode *DomNode = DT->getNode(IBlock); in convertClassToDFSOrdered() local
3584 VDUse.DFSIn = DomNode->getDFSNumIn(); in convertClassToDFSOrdered()
3585 VDUse.DFSOut = DomNode->getDFSNumOut(); in convertClassToDFSOrdered()
3613 DomTreeNode *DomNode = DT->getNode(BB); in convertClassToLoadsAndStores() local
3614 VD.DFSIn = DomNode->getDFSNumIn(); in convertClassToLoadsAndStores()
3615 VD.DFSOut = DomNode->getDFSNumOut(); in convertClassToLoadsAndStores()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DNewGVN.cpp3571 DomTreeNode *DomNode = DT->getNode(BB); in convertClassToDFSOrdered() local
3572 VDDef.DFSIn = DomNode->getDFSNumIn(); in convertClassToDFSOrdered()
3573 VDDef.DFSOut = DomNode->getDFSNumOut(); in convertClassToDFSOrdered()
3630 DomTreeNode *DomNode = DT->getNode(IBlock); in convertClassToDFSOrdered() local
3631 VDUse.DFSIn = DomNode->getDFSNumIn(); in convertClassToDFSOrdered()
3632 VDUse.DFSOut = DomNode->getDFSNumOut(); in convertClassToDFSOrdered()
3660 DomTreeNode *DomNode = DT->getNode(BB); in convertClassToLoadsAndStores() local
3661 VD.DFSIn = DomNode->getDFSNumIn(); in convertClassToLoadsAndStores()
3662 VD.DFSOut = DomNode->getDFSNumOut(); in convertClassToLoadsAndStores()

12