Home
last modified time | relevance | path

Searched refs:DefMBB (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DSplitKit.cpp892 MachineBasicBlock *DefMBB) { in findShallowDominator() argument
893 if (MBB == DefMBB) in findShallowDominator()
895 assert(MDT.dominates(DefMBB, MBB) && "MBB must be dominated by the def."); in findShallowDominator()
898 const MachineLoop *DefLoop = Loops.getLoopFor(DefMBB); in findShallowDominator()
899 MachineDomTreeNode *DefDomNode = MDT[DefMBB]; in findShallowDominator()
911 LLVM_DEBUG(dbgs() << "Def in " << printMBBReference(*DefMBB) in findShallowDominator()
919 LLVM_DEBUG(dbgs() << "Def in " << printMBBReference(*DefMBB) in findShallowDominator()
930 LLVM_DEBUG(dbgs() << "Def in " << printMBBReference(*DefMBB) in findShallowDominator()
1083 MachineBasicBlock *DefMBB = LIS.getMBBFromIndex(ParentVNI->def); in hoistCopies() local
1085 Dom.first = findShallowDominator(Dom.first, DefMBB); in hoistCopies()
DMachineSink.cpp188 MachineBasicBlock *DefMBB,
259 MachineBasicBlock *DefMBB, in AllUsesDominatedByBlock() argument
289 UseInst->getOperand(OpNo+1).getMBB() == DefMBB)) { in AllUsesDominatedByBlock()
306 } else if (UseBlock == DefMBB) { in AllUsesDominatedByBlock()
DSplitKit.h397 MachineBasicBlock *DefMBB);
DMachineTraceMetrics.cpp984 const MachineBasicBlock *DefMBB = DefMI->getParent(); in addLiveIns() local
989 if (MBB == DefMBB) in addLiveIns()
DInlineSpiller.cpp383 MachineBasicBlock *DefMBB = LIS.getMBBFromIndex(SrcVNI->def); in hoistSpillInsideBB() local
384 if (DefMBB != CopyMI.getParent() || !SrcQ.isKill()) in hoistSpillInsideBB()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUMachineCFGStructurizer.cpp1613 MachineBasicBlock *DefMBB = getDefInstr(Reg)->getParent(); in replaceLiveOutRegs() local
1615 if ((*UI).getParent()->getParent() != DefMBB) { in replaceLiveOutRegs()