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