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