Lines Matching refs:InstrsToErase
2246 // FIXME: Kill off InstrsToErase by doing erasing eagerly in a helper function
2248 assert(InstrsToErase.empty() &&
2249 "We expect InstrsToErase to be empty across iterations");
2263 if (InstrsToErase.empty()) {
2269 NumGVNInstr += InstrsToErase.size();
2276 for (SmallVectorImpl<Instruction *>::iterator I = InstrsToErase.begin(),
2277 E = InstrsToErase.end(); I != E; ++I) {
2283 InstrsToErase.clear();