reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
929 if (AllocaVec.empty() && DynamicAllocaVec.empty()) return false; 1025 if (AllocaVec.empty()) 1037 AllocaVec.push_back(&AI); 2984 if (AllocaVec.empty()) { 2994 Instruction *InsBefore = AllocaVec[0]; 3011 SVD.reserve(AllocaVec.size()); 3012 for (AllocaInst *AI : AllocaVec) { 3239 for (auto AI : AllocaVec) AI->eraseFromParent();