Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp5150 SDNode *LoadMaxUses = nullptr; in buildVector() local
5155 if (LoadMaxUses == nullptr || UseCounts[LoadMaxUses] < UseCounts[Ld]) in buildVector()
5156 LoadMaxUses = Ld; in buildVector()
5158 if (LoadMaxUses != nullptr) { in buildVector()
5159 ReplicatedVal = SDValue(LoadMaxUses, 0); in buildVector()