Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp2195 unsigned MaxUsers = 6; // Don't scan down huge single-use chains of instrs. in tryToFoldLoad() local
2201 --MaxUsers) { // Don't scan too far. in tryToFoldLoad()