Lines Matching refs:LoadedSlices
16302 static void adjustCostForPairing(SmallVectorImpl<LoadedSlice> &LoadedSlices, in adjustCostForPairing() argument
16304 unsigned NumberOfSlices = LoadedSlices.size(); in adjustCostForPairing()
16311 llvm::sort(LoadedSlices, [](const LoadedSlice &LHS, const LoadedSlice &RHS) { in adjustCostForPairing()
16315 const TargetLowering &TLI = LoadedSlices[0].DAG->getTargetLoweringInfo(); in adjustCostForPairing()
16323 Second = &LoadedSlices[CurrSlice]; in adjustCostForPairing()
16368 static bool isSlicingProfitable(SmallVectorImpl<LoadedSlice> &LoadedSlices, in isSlicingProfitable() argument
16370 unsigned NumberOfSlices = LoadedSlices.size(); in isSlicingProfitable()
16387 const LoadedSlice &LS = LoadedSlices[CurrSlice]; in isSlicingProfitable()
16398 adjustCostForPairing(LoadedSlices, GlobalSlicingCost); in isSlicingProfitable()
16427 SmallVector<LoadedSlice, 4> LoadedSlices; in SliceUpLoad() local
16476 LoadedSlices.push_back(LS); in SliceUpLoad()
16480 if (!isSlicingProfitable(LoadedSlices, UsedBits, ForCodeSize)) in SliceUpLoad()
16490 for (const LoadedSlice &LS : LoadedSlices) { in SliceUpLoad()