Searched refs:FirstInsertionPt (Results 1 – 1 of 1) sorted by relevance
300 Instruction *FirstInsertionPt = &*BB->getFirstInsertionPt(); in closeControlFlow() local301 if (!isa<UndefValue>(Exec) && !isa<UnreachableInst>(FirstInsertionPt)) in closeControlFlow()302 CallInst::Create(EndCf, Exec, "", FirstInsertionPt); in closeControlFlow()