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