Searched refs:InstrPos (Results 1 – 1 of 1) sorted by relevance
295 DenseMap<const MachineInstr *, unsigned> InstrPos; member in __anon7703febc0211::OptimizeLEAPass316 assert(InstrPos.find(&First) != InstrPos.end() && in calcInstrDist()317 InstrPos.find(&Last) != InstrPos.end() && in calcInstrDist()320 return InstrPos[&Last] - InstrPos[&First]; in calcInstrDist()479 InstrPos[&MI] = Pos += 2; in findLEAs()534 InstrPos[DefMI] = InstrPos[&MI] - 1; in removeRedundantAddrCalc()537 assert(((InstrPos[DefMI] == 1 && in removeRedundantAddrCalc()539 InstrPos[DefMI] > in removeRedundantAddrCalc()540 InstrPos[&*std::prev(MachineBasicBlock::iterator(DefMI))]) && in removeRedundantAddrCalc()690 InstrPos.clear(); in runOnMachineFunction()