Searched refs:LoadedSlice (Results 1 – 1 of 1) sorted by relevance
20192 struct LoadedSlice { struct20208 Cost(const LoadedSlice &LS, bool ForCodeSize) in Cost()20221 void addSliceGain(const LoadedSlice &LS) { in addSliceGain()20285 LoadedSlice(SDNode *Inst = nullptr, LoadSDNode *Origin = nullptr, in LoadedSlice() function20507 static bool areSlicesNextToEachOther(const LoadedSlice &First, in areSlicesNextToEachOther()20508 const LoadedSlice &Second) { in areSlicesNextToEachOther()20522 static void adjustCostForPairing(SmallVectorImpl<LoadedSlice> &LoadedSlices, in adjustCostForPairing()20523 LoadedSlice::Cost &GlobalLSCost) { in adjustCostForPairing()20531 llvm::sort(LoadedSlices, [](const LoadedSlice &LHS, const LoadedSlice &RHS) { in adjustCostForPairing()20538 const LoadedSlice *First = nullptr; in adjustCostForPairing()[all …]