Lines Matching refs:NewBB
594 const BasicBlock *NewBB = NewPt->getParent(); in hasMemoryUse() local
606 if (BB == NewBB) { in hasMemoryUse()
641 const BasicBlock *NewBB = NewPt->getParent(); in hasEHOrLoadsOnPath() local
643 assert(DT->dominates(NewBB, OldBB) && "invalid path"); in hasEHOrLoadsOnPath()
644 assert(DT->dominates(Def->getDefiningAccess()->getBlock(), NewBB) && in hasEHOrLoadsOnPath()
653 if (BB == NewBB) { in hasEHOrLoadsOnPath()
713 const BasicBlock *NewBB = NewPt->getParent(); in safeToHoistLdSt() local
720 if (DT->properlyDominates(NewBB, DBB)) in safeToHoistLdSt()
724 if (NewBB == DBB && !MSSA->isLiveOnEntryDef(D)) in safeToHoistLdSt()
734 } else if (hasEHOnPath(NewBB, OldBB, NBBsOnAllPaths)) in safeToHoistLdSt()
737 if (UBB == NewBB) { in safeToHoistLdSt()
738 if (DT->properlyDominates(DBB, NewBB)) in safeToHoistLdSt()