Searched refs:StaticAllocaPoisonCallVec (Results 1 – 1 of 1) sorted by relevance
916 SmallVector<AllocaPoisonCall, 8> StaticAllocaPoisonCallVec; member953 StaticAllocaPoisonCallVec.clear(); in runOnFunction()1095 StaticAllocaPoisonCallVec.push_back(APC); in visitIntrinsicInst()3118 assert(StaticAllocaPoisonCallVec.empty()); in processStaticAllocas()3178 for (const auto &APC : StaticAllocaPoisonCallVec) { in processStaticAllocas()3325 if (!StaticAllocaPoisonCallVec.empty()) { in processStaticAllocas()3329 for (const auto &APC : StaticAllocaPoisonCallVec) { in processStaticAllocas()