Home
last modified time | relevance | path

Searched refs:InsertPtGuard (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp974 for (auto *InsertPtGuard : InsertPointGuards) in fixupInsertPoints() local
975 if (InsertPtGuard->GetInsertPoint() == It) in fixupInsertPoints()
976 InsertPtGuard->SetInsertPoint(NewInsertPt); in fixupInsertPoints()