Home
last modified time | relevance | path

Searched refs:LoadedSlice (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp15777 struct LoadedSlice { struct
15793 Cost(const LoadedSlice &LS, bool ForCodeSize) in Cost()
15806 void addSliceGain(const LoadedSlice &LS) { in addSliceGain()
15871 LoadedSlice(SDNode *Inst = nullptr, LoadSDNode *Origin = nullptr, in LoadedSlice() argument
16092 static bool areSlicesNextToEachOther(const LoadedSlice &First, in areSlicesNextToEachOther()
16093 const LoadedSlice &Second) { in areSlicesNextToEachOther()
16107 static void adjustCostForPairing(SmallVectorImpl<LoadedSlice> &LoadedSlices, in adjustCostForPairing()
16108 LoadedSlice::Cost &GlobalLSCost) { in adjustCostForPairing()
16116 llvm::sort(LoadedSlices, [](const LoadedSlice &LHS, const LoadedSlice &RHS) { in adjustCostForPairing()
16123 const LoadedSlice *First = nullptr; in adjustCostForPairing()
[all …]