Searched refs:FrameIndices (Results 1 – 2 of 2) sorted by relevance
249 if (FrameIndices.find(&AI) != FrameIndices.end()) in getOrCreateFrameIndex()250 return FrameIndices[&AI]; in getOrCreateFrameIndex()263 int &FI = FrameIndices[&AI]; in getOrCreateFrameIndex()1694 FrameIndices.clear(); in finalizeFunction()
165 DenseMap<const AllocaInst *, int> FrameIndices; variable