reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
316 assert(InstrPos.find(&First) != InstrPos.end() && 316 assert(InstrPos.find(&First) != InstrPos.end() && 317 InstrPos.find(&Last) != InstrPos.end() && 317 InstrPos.find(&Last) != InstrPos.end() && 320 return InstrPos[&Last] - InstrPos[&First]; 320 return InstrPos[&Last] - InstrPos[&First]; 480 InstrPos[&MI] = Pos += 2; 535 InstrPos[DefMI] = InstrPos[&MI] - 1; 535 InstrPos[DefMI] = InstrPos[&MI] - 1; 538 assert(((InstrPos[DefMI] == 1 && 540 InstrPos[DefMI] > 541 InstrPos[&*std::prev(MachineBasicBlock::iterator(DefMI))]) && 688 InstrPos.clear();