Searched refs:FrameIndices (Results 1 – 2 of 2) sorted by relevance
170 DenseMap<const AllocaInst *, int> FrameIndices; variable
251 auto MapEntry = FrameIndices.find(&AI); in getOrCreateFrameIndex()252 if (MapEntry != FrameIndices.end()) in getOrCreateFrameIndex()262 int &FI = FrameIndices[&AI]; in getOrCreateFrameIndex()3356 FrameIndices.clear(); in finalizeFunction()