Searched refs:LoadedSlice (Results 1 – 1 of 1) sorted by relevance
13245 struct LoadedSlice { struct13261 Cost(const LoadedSlice &LS, bool ForCodeSize = false) in Cost()13274 void addSliceGain(const LoadedSlice &LS) { in addSliceGain()13582 llvm::sort(LoadedSlices, [](const LoadedSlice &LHS, const LoadedSlice &RHS) { in adjustCostForPairing()13589 const LoadedSlice *First = nullptr; in adjustCostForPairing()13590 const LoadedSlice *Second = nullptr; in adjustCostForPairing()13658 const LoadedSlice &LS = LoadedSlices[CurrSlice]; in isSlicingProfitable()13660 LoadedSlice::Cost SliceCost(LS, ForCodeSize); in isSlicingProfitable()13692 SmallVector<LoadedSlice, 4> LoadedSlices; in SliceUpLoad()13727 LoadedSlice LS(User, LD, Shift, &DAG); in SliceUpLoad()[all …]