Searched refs:LastSize (Results 1 – 4 of 4) sorted by relevance
61 size_t LastSize = LastCalleeSavedRegs.size(); in runOnMachineFunction() local64 CSRChanged = I != LastSize; in runOnMachineFunction()67 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()
415 orc::ExecutorAddrDiff LastSize = 0; in calculateImplicitSizeOfSymbols() 422 CandSize = LastSize; in calculateImplicitSizeOfSymbols() 436 LastSize = CandSize; in calculateImplicitSizeOfSymbols() 414 orc::ExecutorAddrDiff LastSize = 0; calculateImplicitSizeOfSymbols() local
1438 unsigned LastSize = FirstPartRange.Size; in getConcatSubRegIndex() local1450 if (LastSize == UnknownSize || in getConcatSubRegIndex()1451 PartRange.Offset != (LastOffset + LastSize)) in getConcatSubRegIndex()1454 LastSize = PartRange.Size; in getConcatSubRegIndex()