Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DLCSSA.cpp87 IRBuilderBase::InsertPointGuard InsertPtGuard(Builder); in formLCSSAForInstructions() local
H A DScalarEvolutionExpander.cpp1026 for (auto *InsertPtGuard : InsertPointGuards) in fixupInsertPoints() local
1027 if (InsertPtGuard->GetInsertPoint() == It) in fixupInsertPoints()
1028 InsertPtGuard->SetInsertPoint(NewInsertPt); in fixupInsertPoints()