Searched refs:LoadedSlice (Results 1 – 1 of 1) sorted by relevance
15972 struct LoadedSlice { struct15988 Cost(const LoadedSlice &LS, bool ForCodeSize) in Cost()16001 void addSliceGain(const LoadedSlice &LS) { in addSliceGain()16311 llvm::sort(LoadedSlices, [](const LoadedSlice &LHS, const LoadedSlice &RHS) { in adjustCostForPairing()16318 const LoadedSlice *First = nullptr; in adjustCostForPairing()16319 const LoadedSlice *Second = nullptr; in adjustCostForPairing()16387 const LoadedSlice &LS = LoadedSlices[CurrSlice]; in isSlicingProfitable()16389 LoadedSlice::Cost SliceCost(LS, ForCodeSize); in isSlicingProfitable()16427 SmallVector<LoadedSlice, 4> LoadedSlices; in SliceUpLoad()16462 LoadedSlice LS(User, LD, Shift, &DAG); in SliceUpLoad()[all …]