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.cpp6400 SDNode *LoadMaxUses = nullptr; in buildVector() local
6405 if (LoadMaxUses == nullptr || UseCounts[LoadMaxUses] < Count) in buildVector()
6406 LoadMaxUses = Ld; in buildVector()
6408 if (LoadMaxUses != nullptr) { in buildVector()
6409 ReplicatedVal = SDValue(LoadMaxUses, 0); in buildVector()