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()
405 orc::ExecutorAddrDiff LastSize = 0; in calculateImplicitSizeOfSymbols() local412 CandSize = LastSize; in calculateImplicitSizeOfSymbols()426 LastSize = CandSize; in calculateImplicitSizeOfSymbols()
1371 unsigned LastSize = Parts.front()->Size; in getConcatSubRegIndex() local1380 if (LastSize == UnknownSize || Parts[i]->Offset != (LastOffset + LastSize)) in getConcatSubRegIndex()1383 LastSize = Parts[i]->Size; in getConcatSubRegIndex()