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

/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DGVN.cpp521 SmallVector<Instruction*, 8> InstrsToErase; member in class:__anon10380::GVN
535 InstrsToErase.push_back(I);
2347 // FIXME: Kill off InstrsToErase by doing erasing eagerly in a helper function
2349 assert(InstrsToErase.empty() &&
2350 "We expect InstrsToErase to be empty across iterations");
2356 if (InstrsToErase.empty()) {
2362 NumGVNInstr += InstrsToErase.size();
2369 for (SmallVector<Instruction*, 4>::iterator I = InstrsToErase.begin(),
2370 E = InstrsToErase.end(); I != E; ++I) {
2376 InstrsToErase
[all...]

Completed in 49 milliseconds