Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DScalarEvolutionExpander.h149 SE->InsertPointGuards.push_back(this); in SCEVInsertPointGuard()
156 assert(SE->InsertPointGuards.back() == this); in ~SCEVInsertPointGuard()
157 SE->InsertPointGuards.pop_back(); in ~SCEVInsertPointGuard()
168 SmallVector<SCEVInsertPointGuard *, 8> InsertPointGuards; variable
193 assert(InsertPointGuards.empty());
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp763 for (auto *InsertPtGuard : InsertPointGuards) in fixupInsertPoints()