Searched refs:DefMBB (Results 1 – 9 of 9) sorted by relevance
235 const MachineBasicBlock *DefMBB = MRI->getVRegDef(MOReg)->getParent(); in collectCandidateRegisters() local239 if ((VI.AliveBlocks.test(If->getNumber()) || DefMBB == If) && in collectCandidateRegisters()240 Loops->getLoopFor(DefMBB) == Loops->getLoopFor(If)) { in collectCandidateRegisters()283 const MachineBasicBlock *DefMBB = MRI->getVRegDef(Reg)->getParent(); in collectCandidateRegisters() local284 if ((VI.AliveBlocks.test(If->getNumber()) || DefMBB == If) && in collectCandidateRegisters()285 Loops->getLoopFor(DefMBB) == Loops->getLoopFor(If)) in collectCandidateRegisters()338 const MachineBasicBlock *DefMBB = MRI->getVRegDef(MOReg)->getParent(); in collectWaterfallCandidateRegisters() local340 if (DefMBB != Loop && !CandidateRegs.contains(MOReg)) { in collectWaterfallCandidateRegisters()
1591 MachineBasicBlock *DefMBB = getDefInstr(Reg)->getParent(); in replaceLiveOutRegs() local1593 if ((*UI).getParent()->getParent() != DefMBB) { in replaceLiveOutRegs()
218 MachineBasicBlock *DefMBB = DefMI->getParent(); in INITIALIZE_PASS_DEPENDENCY() local223 if (isLoopBackEdge(DefMBB, DefMI->getOperand(I + 1).getMBB())) in INITIALIZE_PASS_DEPENDENCY()224 RecordShape(DefMI, DefMBB); // In this case, PHI is also a shape def. in INITIALIZE_PASS_DEPENDENCY()228 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()