Lines Matching defs:IID
148 unsigned getRegisterPressureCycles(unsigned IID) const {
149 assert(IPI.contains(IID) && "Instruction is not tracked!");
150 const InstructionPressureInfo &Info = IPI.find(IID)->second;
154 unsigned getMemoryPressureCycles(unsigned IID) const {
155 assert(IPI.contains(IID) && "Instruction is not tracked!");
156 const InstructionPressureInfo &Info = IPI.find(IID)->second;
160 unsigned getResourcePressureCycles(unsigned IID) const {
161 assert(IPI.contains(IID) && "Instruction is not tracked!");
162 const InstructionPressureInfo &Info = IPI.find(IID)->second;
173 void onInstructionDispatched(unsigned IID);
174 void onInstructionExecuted(unsigned IID);