Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp5795 SDNode *LoadMaxUses = nullptr; in buildVector() local
5800 if (LoadMaxUses == nullptr || UseCounts[LoadMaxUses] < UseCounts[Ld]) in buildVector()
5801 LoadMaxUses = Ld; in buildVector()
5803 if (LoadMaxUses != nullptr) { in buildVector()
5804 ReplicatedVal = SDValue(LoadMaxUses, 0); in buildVector()