Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLCSSA.cpp88 IRBuilderBase::InsertPointGuard InsertPtGuard(Builder); in formLCSSAForInstructions() local
H A DScalarEvolutionExpander.cpp1036 for (auto *InsertPtGuard : InsertPointGuards) in fixupInsertPoints() local
1037 if (InsertPtGuard->GetInsertPoint() == It) in fixupInsertPoints()
1038 InsertPtGuard->SetInsertPoint(NewInsertPt); in fixupInsertPoints()