Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp82 MaySplitLoadIndex("combiner-split-load-index", cl::Hidden, cl::init(true), variable
10069 ((MaySplitLoadIndex && !HasOTCInc) || !N->hasAnyUseOfValue(1))) { in visitLOAD()
10072 if (N->hasAnyUseOfValue(1) && MaySplitLoadIndex && !HasOTCInc) { in visitLOAD()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp110 MaySplitLoadIndex("combiner-split-load-index", cl::Hidden, cl::init(true), variable
12615 ((MaySplitLoadIndex && !HasOTCInc) || !N->hasAnyUseOfValue(1))) { in visitLOAD()
12618 if (N->hasAnyUseOfValue(1) && MaySplitLoadIndex && !HasOTCInc) { in visitLOAD()