Searched refs:LastSize (Results 1 – 4 of 4) sorted by relevance
63 size_t LastSize = LastCalleeSavedRegs.size(); in runOnMachineFunction() local66 CSRChanged = I != LastSize; in runOnMachineFunction()69 if (I >= LastSize) { in runOnMachineFunction()
283 uint64_t LastSize = ~(uint64_t)0; in performOptimizedStructLayout() local286 assert(I->Size <= LastSize && "queue not in descending size order"); in performOptimizedStructLayout()287 LastSize = I->Size; in performOptimizedStructLayout()
416 orc::ExecutorAddrDiff LastSize = 0; in calculateImplicitSizeOfSymbols() local423 CandSize = LastSize; in calculateImplicitSizeOfSymbols()437 LastSize = CandSize; in calculateImplicitSizeOfSymbols()
1377 unsigned LastSize = FirstPartRange.Size; in getConcatSubRegIndex() local1385 if (LastSize == UnknownSize || in getConcatSubRegIndex()1386 PartRange.Offset != (LastOffset + LastSize)) in getConcatSubRegIndex()1389 LastSize = PartRange.Size; in getConcatSubRegIndex()