Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp112 MaySplitLoadIndex("combiner-split-load-index", cl::Hidden, cl::init(true), variable
13148 ((MaySplitLoadIndex && !HasOTCInc) || !N->hasAnyUseOfValue(1))) { in visitLOAD()
13151 if (N->hasAnyUseOfValue(1) && MaySplitLoadIndex && !HasOTCInc) { in visitLOAD()