Searched refs:InsertPtGuard (Results 1 – 2 of 2) sorted by relevance
918 for (auto *InsertPtGuard : InsertPointGuards) in fixupInsertPoints() local919 if (InsertPtGuard->GetInsertPoint() == It) in fixupInsertPoints()920 InsertPtGuard->SetInsertPoint(NewInsertPt); in fixupInsertPoints()
974 for (auto *InsertPtGuard : InsertPointGuards) in fixupInsertPoints() local975 if (InsertPtGuard->GetInsertPoint() == It) in fixupInsertPoints()976 InsertPtGuard->SetInsertPoint(NewInsertPt); in fixupInsertPoints()