Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Analysis/
H A DLazyValueInfo.cpp1593 const unsigned MaxUsesToInspect = 3; in getValueAtUse() local
1594 for (unsigned I = 0; I < MaxUsesToInspect; ++I) { in getValueAtUse()