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