Searched refs:LoadedSlice (Results 1 – 1 of 1) sorted by relevance
17567 struct LoadedSlice { struct17583 Cost(const LoadedSlice &LS, bool ForCodeSize) in Cost()17596 void addSliceGain(const LoadedSlice &LS) { in addSliceGain()17661 LoadedSlice(SDNode *Inst = nullptr, LoadSDNode *Origin = nullptr, in LoadedSlice() function17883 static bool areSlicesNextToEachOther(const LoadedSlice &First, in areSlicesNextToEachOther()17884 const LoadedSlice &Second) { in areSlicesNextToEachOther()17898 static void adjustCostForPairing(SmallVectorImpl<LoadedSlice> &LoadedSlices, in adjustCostForPairing()17899 LoadedSlice::Cost &GlobalLSCost) { in adjustCostForPairing()17907 llvm::sort(LoadedSlices, [](const LoadedSlice &LHS, const LoadedSlice &RHS) { in adjustCostForPairing()17914 const LoadedSlice *First = nullptr; in adjustCostForPairing()[all …]