Searched refs:LoadedSlice (Results 1 – 1 of 1) sorted by relevance
18855 struct LoadedSlice { struct18871 Cost(const LoadedSlice &LS, bool ForCodeSize) in Cost()18884 void addSliceGain(const LoadedSlice &LS) { in addSliceGain()19194 llvm::sort(LoadedSlices, [](const LoadedSlice &LHS, const LoadedSlice &RHS) { in adjustCostForPairing()19201 const LoadedSlice *First = nullptr; in adjustCostForPairing()19202 const LoadedSlice *Second = nullptr; in adjustCostForPairing()19270 const LoadedSlice &LS = LoadedSlices[CurrSlice]; in isSlicingProfitable()19272 LoadedSlice::Cost SliceCost(LS, ForCodeSize); in isSlicingProfitable()19310 SmallVector<LoadedSlice, 4> LoadedSlices; in SliceUpLoad()19345 LoadedSlice LS(User, LD, Shift, &DAG); in SliceUpLoad()[all …]