Searched refs:InstrPos (Results 1 – 2 of 2) sorted by relevance
303 DenseMap<const MachineInstr *, unsigned> InstrPos; member in __anone2ec82570211::X86OptimizeLEAPass324 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()
556 struct InstrPos { struct in __anon093131440411::LDVImpl563 SmallVector<InstrPos, 32> StashedDebugInstrs;