Searched refs:InsertPointGuards (Results 1 – 2 of 2) sorted by relevance
157 SE->InsertPointGuards.push_back(this); in SCEVInsertPointGuard()164 assert(SE->InsertPointGuards.back() == this); in ~SCEVInsertPointGuard()165 SE->InsertPointGuards.pop_back(); in ~SCEVInsertPointGuard()176 SmallVector<SCEVInsertPointGuard *, 8> InsertPointGuards; variable201 assert(InsertPointGuards.empty());
787 for (auto *InsertPtGuard : InsertPointGuards) in fixupInsertPoints()