Searched refs:InstrPos (Results 1 – 2 of 2) sorted by relevance
304 DenseMap<const MachineInstr *, unsigned> InstrPos; member in __anon1b68b5870211::X86OptimizeLEAPass325 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()542 InstrPos[DefMI] = InstrPos[&MI] - 1; in removeRedundantAddrCalc()545 assert(((InstrPos[DefMI] == 1 && in removeRedundantAddrCalc()547 InstrPos[DefMI] > in removeRedundantAddrCalc()548 InstrPos[&*std::prev(MachineBasicBlock::iterator(DefMI))]) && in removeRedundantAddrCalc()728 InstrPos.clear(); in runOnMachineFunction()
554 struct InstrPos { struct in __anon41ad64740411::LDVImpl561 SmallVector<InstrPos, 32> StashedDebugInstrs;