Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DScalarEvolutionExpander.h105 SE->InsertPointGuards.push_back(this); in SCEVInsertPointGuard()
112 assert(SE->InsertPointGuards.back() == this); in ~SCEVInsertPointGuard()
113 SE->InsertPointGuards.pop_back(); in ~SCEVInsertPointGuard()
124 SmallVector<SCEVInsertPointGuard *, 8> InsertPointGuards; variable
146 assert(InsertPointGuards.empty());
/external/llvm/lib/Analysis/
DScalarEvolutionExpander.cpp918 for (auto *InsertPtGuard : InsertPointGuards) in fixupInsertPoints()