Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp5390 SDNode *LoadMaxUses = nullptr; in buildVector() local
5395 if (LoadMaxUses == nullptr || UseCounts[LoadMaxUses] < UseCounts[Ld]) in buildVector()
5396 LoadMaxUses = Ld; in buildVector()
5398 if (LoadMaxUses != nullptr) { in buildVector()
5399 ReplicatedVal = SDValue(LoadMaxUses, 0); in buildVector()