Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Utils/
H A DScalarEvolutionExpander.h132 SE->InsertPointGuards.push_back(this); in SCEVInsertPointGuard()
139 assert(SE->InsertPointGuards.back() == this); in ~SCEVInsertPointGuard()
140 SE->InsertPointGuards.pop_back(); in ~SCEVInsertPointGuard()
151 SmallVector<SCEVInsertPointGuard *, 8> InsertPointGuards; variable
176 assert(InsertPointGuards.empty());
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp1026 for (auto *InsertPtGuard : InsertPointGuards) in fixupInsertPoints()