Lines Matching defs:Info
188 InstInfo Info = {I, SPAdjust, BeforeFPSet};
189 Insts.push_back(Info);
193 auto Info = std::find_if(Insts.begin(), Insts.end(),
194 [&](InstInfo &Info) { return Info.I == I; });
195 assert(Info != Insts.end() && "invalid sp adjusting instruction");
196 Info->SPAdjust += ExtraBytes;
202 for (auto &Info : Insts) {
203 if (HasFP && !Info.BeforeFPSet)
206 CFAOffset -= Info.SPAdjust;
209 BuildMI(MBB, std::next(Info.I), dl,
841 /// debug info. It's the same as what we use for resolving the code-gen
2062 // Emit the DWARF info about the change in stack as well as where to find the