Searched refs:AllocaVec (Results 1 – 2 of 2) sorted by relevance
608 SmallVector<AllocaInst *, 16> AllocaVec; member656 if (AllocaVec.empty() && DynamicAllocaVec.empty()) return false; in runOnFunction()735 AllocaVec.push_back(&AI); in visitAllocaInst()2019 assert(AllocaVec.size() > 0 || DynamicAllocaVec.size() > 0); in poisonStack()2047 if (AllocaVec.empty()) return; in poisonStack()2054 Instruction *InsBefore = AllocaVec[0]; in poisonStack()2072 SVD.reserve(AllocaVec.size()); in poisonStack()2073 for (AllocaInst *AI : AllocaVec) { in poisonStack()2243 for (auto AI : AllocaVec) AI->eraseFromParent(); in poisonStack()
829 SmallVector<AllocaInst *, 16> AllocaVec; member883 if (AllocaVec.empty() && DynamicAllocaVec.empty()) return false; in runOnFunction()970 if (AllocaVec.empty()) in visitAllocaInst()982 AllocaVec.push_back(&AI); in visitAllocaInst()2834 if (AllocaVec.empty()) { in processStaticAllocas()2844 Instruction *InsBefore = AllocaVec[0]; in processStaticAllocas()2861 SVD.reserve(AllocaVec.size()); in processStaticAllocas()2862 for (AllocaInst *AI : AllocaVec) { in processStaticAllocas()3090 for (auto AI : AllocaVec) AI->eraseFromParent(); in processStaticAllocas()