Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp4495 SDNode *LoadMaxUses = nullptr; in buildVector() local
4501 if (LoadMaxUses == nullptr || UseCounts[LoadMaxUses] < UseCounts[Ld]) in buildVector()
4502 LoadMaxUses = Ld; in buildVector()
4504 if (LoadMaxUses != nullptr) { in buildVector()
4505 ReplicatedVal = SDValue(LoadMaxUses, 0); in buildVector()