Searched refs:InstrsToErase (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
H A DGVN.cpp607 SmallVector<Instruction*, 8> InstrsToErase; member in class:__anon26281::GVN
626 InstrsToErase.push_back(I);
2395 // FIXME: Kill off InstrsToErase by doing erasing eagerly in a helper function
2397 assert(InstrsToErase.empty() &&
2398 "We expect InstrsToErase to be empty across iterations");
2407 if (InstrsToErase.empty()) {
2413 NumGVNInstr += InstrsToErase.size();
2420 for (SmallVectorImpl<Instruction *>::iterator I = InstrsToErase.begin(),
2421 E = InstrsToErase.end(); I != E; ++I) {
2427 InstrsToErase
[all...]

Completed in 149 milliseconds