Searched refs:InstrDistance (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FixupLEAs.cpp274 int InstrDistance = 1; local
284 if (InstrDistance > INSTR_DISTANCE_THRESHOLD)
289 InstrDistance += TSM.computeInstrLatency(&*CurInst);

Completed in 103 milliseconds