Searched defs:LastFI (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/
H A DStackSlotColoring.cpp180 int LastFI = MFI->getObjectIndexEnd(); local
181 OrigAlignments.resize(LastFI);
182 OrigSizes.resize(LastFI);
183 AllColors.resize(LastFI);
184 UsedColors.resize(LastFI);
185 Assignments.resize(LastFI);

Completed in 77 milliseconds