Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86OptimizeLEAs.cpp303 DenseMap<const MachineInstr *, unsigned> InstrPos; member in __anone2ec82570211::X86OptimizeLEAPass
324 assert(InstrPos.contains(&First) && InstrPos.contains(&Last) && in calcInstrDist()
327 return InstrPos[&Last] - InstrPos[&First]; in calcInstrDist()
487 InstrPos[&MI] = Pos += 2; in findLEAs()
540 InstrPos[DefMI] = InstrPos[&MI] - 1; in removeRedundantAddrCalc()
543 assert(((InstrPos[DefMI] == 1 && in removeRedundantAddrCalc()
545 InstrPos[DefMI] > in removeRedundantAddrCalc()
546 InstrPos[&*std::prev(MachineBasicBlock::iterator(DefMI))]) && in removeRedundantAddrCalc()
730 InstrPos.clear(); in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp556 struct InstrPos { struct in __anon093131440411::LDVImpl
563 SmallVector<InstrPos, 32> StashedDebugInstrs;