Searched refs:AllocasToInstrument (Results 1 – 1 of 1) sorted by relevance
706 SmallVector<AllocaInst*, 8> AllocasToInstrument; in runOnFunction() local718 AllocasToInstrument.push_back(AI); in runOnFunction()737 if (!AllocasToInstrument.empty()) in runOnFunction()738 Changed |= instrumentStack(AllocasToInstrument, RetVec); in runOnFunction()