Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DScalarEvolutionExpander.cpp918 for (auto *InsertPtGuard : InsertPointGuards) in fixupInsertPoints() local
919 if (InsertPtGuard->GetInsertPoint() == It) in fixupInsertPoints()
920 InsertPtGuard->SetInsertPoint(NewInsertPt); in fixupInsertPoints()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DScalarEvolutionExpander.cpp974 for (auto *InsertPtGuard : InsertPointGuards) in fixupInsertPoints() local
975 if (InsertPtGuard->GetInsertPoint() == It) in fixupInsertPoints()
976 InsertPtGuard->SetInsertPoint(NewInsertPt); in fixupInsertPoints()