Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DScalarEvolutionExpander.h142 SE->InsertPointGuards.push_back(this); in SCEVInsertPointGuard()
149 assert(SE->InsertPointGuards.back() == this); in ~SCEVInsertPointGuard()
150 SE->InsertPointGuards.pop_back(); in ~SCEVInsertPointGuard()
161 SmallVector<SCEVInsertPointGuard *, 8> InsertPointGuards; variable
186 assert(InsertPointGuards.empty());
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp1036 for (auto *InsertPtGuard : InsertPointGuards) in fixupInsertPoints()