Searched refs:LoadedSlice (Results 1 – 1 of 1) sorted by relevance
19193 struct LoadedSlice { struct19209 Cost(const LoadedSlice &LS, bool ForCodeSize) in Cost()19222 void addSliceGain(const LoadedSlice &LS) { in addSliceGain()19286 LoadedSlice(SDNode *Inst = nullptr, LoadSDNode *Origin = nullptr, in LoadedSlice() argument19508 static bool areSlicesNextToEachOther(const LoadedSlice &First, in areSlicesNextToEachOther()19509 const LoadedSlice &Second) { in areSlicesNextToEachOther()19523 static void adjustCostForPairing(SmallVectorImpl<LoadedSlice> &LoadedSlices, in adjustCostForPairing()19524 LoadedSlice::Cost &GlobalLSCost) { in adjustCostForPairing()19532 llvm::sort(LoadedSlices, [](const LoadedSlice &LHS, const LoadedSlice &RHS) { in adjustCostForPairing()19539 const LoadedSlice *First = nullptr; in adjustCostForPairing()[all …]