Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLCSSA.cpp88 IRBuilderBase::InsertPointGuard InsertPtGuard(Builder); in formLCSSAForInstructions() local
H A DScalarEvolutionExpander.cpp1046 for (auto *InsertPtGuard : InsertPointGuards) in fixupInsertPoints() local
1047 if (InsertPtGuard->GetInsertPoint() == It) in fixupInsertPoints()
1048 InsertPtGuard->SetInsertPoint(NewInsertPt); in fixupInsertPoints()