Lines Matching defs:CurFrame
112 WinEH::FrameInfo *CurFrame = S.EnsureValidWinFrameInfo(SMLoc());
113 if (!CurFrame)
118 CurFrame->EpilogMap[CurrentEpilog].Instructions.push_back(Inst);
120 CurFrame->Instructions.push_back(Inst);
208 WinEH::FrameInfo *CurFrame = S.EnsureValidWinFrameInfo(SMLoc());
209 if (!CurFrame)
213 CurFrame->PrologEnd = Label;
216 auto it = CurFrame->Instructions.begin();
217 CurFrame->Instructions.insert(it, Inst);
218 CurFrame->Fragment = Fragment;
223 WinEH::FrameInfo *CurFrame = S.EnsureValidWinFrameInfo(SMLoc());
224 if (!CurFrame)
229 CurFrame->EpilogMap[CurrentEpilog].Condition = Condition;
234 WinEH::FrameInfo *CurFrame = S.EnsureValidWinFrameInfo(SMLoc());
235 if (!CurFrame)
240 CurFrame->Function->getName());
245 CurFrame->EpilogMap[CurrentEpilog].Instructions;
261 CurFrame->EpilogMap[CurrentEpilog].Instructions.push_back(Inst);
263 CurFrame->EpilogMap[CurrentEpilog].End = Label;