reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
93 for (BasicBlock::iterator iib = ibb.begin(), iie = ibb.end(); iib != iie; 94 ++iib) { 95 if (!(isa<AllocaInst>(iib) && iib->getParent() == BBEntry) && 95 if (!(isa<AllocaInst>(iib) && iib->getParent() == BBEntry) && 96 valueEscapes(&*iib)) { 97 WorkList.push_front(&*iib);