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