Searched refs:LiveAllocas (Results 1 – 1 of 1) sorted by relevance
648 SmallVector<Value*, 8> LiveAllocas; in handleEndBlock() local656 LiveAllocas.push_back(*I); in handleEndBlock()659 for (SmallVector<Value*, 8>::iterator I = LiveAllocas.begin(), in handleEndBlock()660 E = LiveAllocas.end(); I != E; ++I) in handleEndBlock()