Searched refs:LoadedSlice (Results 1 – 1 of 1) sorted by relevance
16913 struct LoadedSlice { struct16929 Cost(const LoadedSlice &LS, bool ForCodeSize) in Cost()16942 void addSliceGain(const LoadedSlice &LS) { in addSliceGain()17253 llvm::sort(LoadedSlices, [](const LoadedSlice &LHS, const LoadedSlice &RHS) { in adjustCostForPairing()17260 const LoadedSlice *First = nullptr; in adjustCostForPairing()17261 const LoadedSlice *Second = nullptr; in adjustCostForPairing()17329 const LoadedSlice &LS = LoadedSlices[CurrSlice]; in isSlicingProfitable()17331 LoadedSlice::Cost SliceCost(LS, ForCodeSize); in isSlicingProfitable()17369 SmallVector<LoadedSlice, 4> LoadedSlices; in SliceUpLoad()17404 LoadedSlice LS(User, LD, Shift, &DAG); in SliceUpLoad()[all …]