Searched refs:PrefBB (Results 1 – 1 of 1) sorted by relevance
260 BasicBlock *PrefBB = InsertPt->getParent(); in addInstruction() local262 if (PrefBB != InsBB) { in addInstruction()263 BasicBlock *DomBB = DT->findNearestCommonDominator(PrefBB, InsBB); in addInstruction()264 if (DomBB != PrefBB) in addInstruction()