Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86PreTileConfig.cpp213 MachineBasicBlock *DefMBB = DefMI->getParent(); in INITIALIZE_PASS_DEPENDENCY() local
218 if (isLoopBackEdge(DefMBB, DefMI->getOperand(I + 1).getMBB())) in INITIALIZE_PASS_DEPENDENCY()
219 RecordShape(DefMI, DefMBB); // In this case, PHI is also a shape def. in INITIALIZE_PASS_DEPENDENCY()
223 RecordShape(DefMI, DefMBB); in INITIALIZE_PASS_DEPENDENCY()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DSplitKit.cpp898 MachineBasicBlock *DefMBB) { in findShallowDominator() argument
899 if (MBB == DefMBB) in findShallowDominator()
901 assert(MDT.dominates(DefMBB, MBB) && "MBB must be dominated by the def."); in findShallowDominator()
904 const MachineLoop *DefLoop = Loops.getLoopFor(DefMBB); in findShallowDominator()
905 MachineDomTreeNode *DefDomNode = MDT[DefMBB]; in findShallowDominator()
917 LLVM_DEBUG(dbgs() << "Def in " << printMBBReference(*DefMBB) in findShallowDominator()
925 LLVM_DEBUG(dbgs() << "Def in " << printMBBReference(*DefMBB) in findShallowDominator()
936 LLVM_DEBUG(dbgs() << "Def in " << printMBBReference(*DefMBB) in findShallowDominator()
1087 MachineBasicBlock *DefMBB = LIS.getMBBFromIndex(ParentVNI->def); in hoistCopies() local
1089 Dom.first = findShallowDominator(Dom.first, DefMBB); in hoistCopies()
H A DPHIElimination.cpp178 MachineBasicBlock *DefMBB = DefMI->getParent(); in runOnMachineFunction() local
180 (!VI.Kills.empty() && VI.Kills.front()->getParent() != DefMBB)) in runOnMachineFunction()
H A DMachineSink.cpp228 MachineBasicBlock *DefMBB, bool &BreakPHIEdge,
305 MachineBasicBlock *DefMBB, in AllUsesDominatedByBlock() argument
333 UseInst->getOperand(OpNo + 1).getMBB() == DefMBB; in AllUsesDominatedByBlock()
348 } else if (UseBlock == DefMBB) { in AllUsesDominatedByBlock()
H A DSplitKit.h414 MachineBasicBlock *DefMBB);
H A DMachineTraceMetrics.cpp984 const MachineBasicBlock *DefMBB = DefMI->getParent(); in addLiveIns() local
989 if (MBB == DefMBB) in addLiveIns()
H A DInlineSpiller.cpp397 MachineBasicBlock *DefMBB = LIS.getMBBFromIndex(SrcVNI->def); in hoistSpillInsideBB() local
398 if (DefMBB != CopyMI.getParent() || !SrcQ.isKill()) in hoistSpillInsideBB()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUMachineCFGStructurizer.cpp1591 MachineBasicBlock *DefMBB = getDefInstr(Reg)->getParent(); in replaceLiveOutRegs() local
1593 if ((*UI).getParent()->getParent() != DefMBB) { in replaceLiveOutRegs()