Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyExceptionInfo.cpp83 for (auto *DomNode : post_order(&MDT)) { in recalculate() local
84 MachineBasicBlock *EHPad = DomNode->getBlock(); in recalculate()
127 for (auto *DomNode : depth_first(&MDT)) { in recalculate() local
128 MachineBasicBlock *EHPad = DomNode->getBlock(); in recalculate()
166 for (auto *DomNode : depth_first(&MDT)) { in recalculate() local
167 MachineBasicBlock *EHPad = DomNode->getBlock(); in recalculate()
196 for (auto *DomNode : post_order(&MDT)) { in recalculate() local
197 MachineBasicBlock *MBB = DomNode->getBlock(); in recalculate()
242 for (auto *DomNode : post_order(&MDT)) { in recalculate() local
243 MachineBasicBlock *MBB = DomNode->getBlock(); in recalculate()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveRangeCalc.h107 MachineDomTreeNode *DomNode; member
118 : LR(LR), DomNode(node), Kill(kill) {} in LiveInBlock()
243 void addLiveInBlock(LiveRange &LR, MachineDomTreeNode *DomNode,
245 LiveIn.push_back(LiveInBlock(LR, DomNode, Kill));
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DPredicateInfo.cpp345 DomTreeNode *DomNode = DT.getNode(IBlock); in convertUsesToDFSOrdered() local
347 if (!DomNode) in convertUsesToDFSOrdered()
349 VD.DFSIn = DomNode->getDFSNumIn(); in convertUsesToDFSOrdered()
350 VD.DFSOut = DomNode->getDFSNumOut(); in convertUsesToDFSOrdered()
632 if (!DomNode) in renameUses()
634 VD.DFSIn = DomNode->getDFSNumIn(); in renameUses()
635 VD.DFSOut = DomNode->getDFSNumOut(); in renameUses()
646 if (DomNode) { in renameUses()
647 VD.DFSIn = DomNode->getDFSNumIn(); in renameUses()
659 if (DomNode) { in renameUses()
[all …]
H A DLCSSA.cpp142 const DomTreeNode *DomNode = DT.getNode(DomBB); in formLCSSAForInstructions() local
156 if (!DT.dominates(DomNode, DT.getNode(ExitBB))) in formLCSSAForInstructions()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveRangeCalc.cpp65 if (!I.DomNode) in updateFromLiveIns()
67 MachineBasicBlock *MBB = I.DomNode->getBlock(); in updateFromLiveIns()
343 MachineDomTreeNode *Node = I.DomNode; in updateSSA()
407 I.DomNode = nullptr; in updateSSA()
H A DEarlyIfConversion.cpp1104 for (auto *DomNode : post_order(DomTree)) in runOnMachineFunction() local
1105 if (tryConvertIf(DomNode->getBlock())) in runOnMachineFunction()
1237 for (auto *DomNode : post_order(DomTree)) in runOnMachineFunction() local
1238 if (tryConvertIf(DomNode->getBlock())) in runOnMachineFunction()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DGenericLoopInfoImpl.h569 for (auto DomNode : post_order(DomRoot)) { in analyze() local
571 BlockT *Header = DomNode->getBlock(); in analyze()
578 if (BackedgeNode && DomTree.dominates(DomNode, BackedgeNode)) in analyze()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp3589 DomTreeNode *DomNode = DT->getNode(BB); in convertClassToDFSOrdered() local
3590 VDDef.DFSIn = DomNode->getDFSNumIn(); in convertClassToDFSOrdered()
3591 VDDef.DFSOut = DomNode->getDFSNumOut(); in convertClassToDFSOrdered()
3648 DomTreeNode *DomNode = DT->getNode(IBlock); in convertClassToDFSOrdered() local
3649 VDUse.DFSIn = DomNode->getDFSNumIn(); in convertClassToDFSOrdered()
3650 VDUse.DFSOut = DomNode->getDFSNumOut(); in convertClassToDFSOrdered()
3678 DomTreeNode *DomNode = DT->getNode(BB); in convertClassToLoadsAndStores() local
3679 VD.DFSIn = DomNode->getDFSNumIn(); in convertClassToLoadsAndStores()
3680 VD.DFSOut = DomNode->getDFSNumOut(); in convertClassToLoadsAndStores()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DRegionInfoImpl.h706 for (auto DomNode : post_order(N)) in scanForRegions() local
707 findRegionsWithEntry(DomNode->getBlock(), ShortCut); in scanForRegions()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DMemorySSA.cpp1476 for (const auto *DomNode : depth_first(DT->getRootNode())) in optimizeUses() local
1477 optimizeUsesInBlock(DomNode->getBlock(), StackEpoch, PopEpoch, VersionStack, in optimizeUses()