Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
DX86OptimizeLEAs.cpp304 DenseMap<const MachineInstr *, unsigned> InstrPos; member in __anon4e61706f0211::X86OptimizeLEAPass
325 assert(InstrPos.find(&First) != InstrPos.end() && in calcInstrDist()
326 InstrPos.find(&Last) != InstrPos.end() && in calcInstrDist()
329 return InstrPos[&Last] - InstrPos[&First]; in calcInstrDist()
489 InstrPos[&MI] = Pos += 2; in findLEAs()
544 InstrPos[DefMI] = InstrPos[&MI] - 1; in removeRedundantAddrCalc()
547 assert(((InstrPos[DefMI] == 1 && in removeRedundantAddrCalc()
549 InstrPos[DefMI] > in removeRedundantAddrCalc()
550 InstrPos[&*std::prev(MachineBasicBlock::iterator(DefMI))]) && in removeRedundantAddrCalc()
731 InstrPos.clear(); in runOnMachineFunction()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DLiveDebugVariables.cpp558 struct InstrPos { struct in __anon74a61f5c0411::LDVImpl
565 SmallVector<InstrPos, 32> StashedDebugInstrs;