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