Searched refs:DefMBB (Results 1 – 8 of 8) sorted by relevance
213 MachineBasicBlock *DefMBB = DefMI->getParent(); in INITIALIZE_PASS_DEPENDENCY() local218 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()
898 MachineBasicBlock *DefMBB) { in findShallowDominator() argument899 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() local1089 Dom.first = findShallowDominator(Dom.first, DefMBB); in hoistCopies()
178 MachineBasicBlock *DefMBB = DefMI->getParent(); in runOnMachineFunction() local180 (!VI.Kills.empty() && VI.Kills.front()->getParent() != DefMBB)) in runOnMachineFunction()
228 MachineBasicBlock *DefMBB, bool &BreakPHIEdge,305 MachineBasicBlock *DefMBB, in AllUsesDominatedByBlock() argument333 UseInst->getOperand(OpNo + 1).getMBB() == DefMBB; in AllUsesDominatedByBlock()348 } else if (UseBlock == DefMBB) { in AllUsesDominatedByBlock()
414 MachineBasicBlock *DefMBB);
984 const MachineBasicBlock *DefMBB = DefMI->getParent(); in addLiveIns() local989 if (MBB == DefMBB) in addLiveIns()
397 MachineBasicBlock *DefMBB = LIS.getMBBFromIndex(SrcVNI->def); in hoistSpillInsideBB() local398 if (DefMBB != CopyMI.getParent() || !SrcQ.isKill()) in hoistSpillInsideBB()
1591 MachineBasicBlock *DefMBB = getDefInstr(Reg)->getParent(); in replaceLiveOutRegs() local1593 if ((*UI).getParent()->getParent() != DefMBB) { in replaceLiveOutRegs()