Searched refs:NonInstrumentedStaticAllocaVec (Results 1 – 1 of 1) sorted by relevance
560 SmallSetVector<AllocaInst *, 16> NonInstrumentedStaticAllocaVec; member678 if (AI.isStaticAlloca()) NonInstrumentedStaticAllocaVec.insert(&AI); in visitAllocaInst()1863 if (NonInstrumentedStaticAllocaVec.count(AI) > 0) in poisonStack()