Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp2196 unsigned MaxUsers = 6; // Don't scan down huge single-use chains of instrs. in tryToFoldLoad() local
2202 --MaxUsers) { // Don't scan too far. in tryToFoldLoad()