Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FixupLEAs.cpp399 const int InstrDistanceThreshold = 5; in searchALUInst() local
411 if (InstrDistance > InstrDistanceThreshold) in searchALUInst()