Searched refs:StaticAllocaPoisonCallVec (Results 1 – 1 of 1) sorted by relevance
939 SmallVector<AllocaPoisonCall, 8> StaticAllocaPoisonCallVec; member976 StaticAllocaPoisonCallVec.clear(); in runOnFunction()1120 StaticAllocaPoisonCallVec.push_back(APC); in visitIntrinsicInst()3294 assert(StaticAllocaPoisonCallVec.empty()); in processStaticAllocas()3354 for (const auto &APC : StaticAllocaPoisonCallVec) { in processStaticAllocas()3501 if (!StaticAllocaPoisonCallVec.empty()) { in processStaticAllocas()3505 for (const auto &APC : StaticAllocaPoisonCallVec) { in processStaticAllocas()