Searched refs:InsertPointGuards (Results 1 – 2 of 2) sorted by relevance
113 SE->InsertPointGuards.push_back(this); in SCEVInsertPointGuard()120 assert(SE->InsertPointGuards.back() == this); in ~SCEVInsertPointGuard()121 SE->InsertPointGuards.pop_back(); in ~SCEVInsertPointGuard()132 SmallVector<SCEVInsertPointGuard *, 8> InsertPointGuards; variable154 assert(InsertPointGuards.empty());
974 for (auto *InsertPtGuard : InsertPointGuards) in fixupInsertPoints()