Searched refs:FirstInsertionPt (Results 1 – 1 of 1) sorted by relevance
331 BasicBlock::iterator FirstInsertionPt = BB->getFirstInsertionPt(); in closeControlFlow() local332 if (!isa<UndefValue>(Exec) && !isa<UnreachableInst>(FirstInsertionPt)) { in closeControlFlow()337 FirstInsertionPt = SplitEdge(DefBB, BB, DT, LI)->getFirstInsertionPt(); in closeControlFlow()339 IRBuilder<> IRB(FirstInsertionPt->getParent(), FirstInsertionPt); in closeControlFlow()