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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86OptimizeLEAs.cpp304 DenseMap<const MachineInstr *, unsigned> InstrPos; member in class:__anon5481::X86OptimizeLEAPass
322 // presented in InstrPos.
325 assert(InstrPos.find(&First) != InstrPos.end() &&
326 InstrPos.find(&Last) != InstrPos.end() &&
329 return InstrPos[&Last] - InstrPos[&First];
489 InstrPos[&MI] = Pos += 2;
544 InstrPos[DefM
[all...]

Completed in 41 milliseconds