Home
last modified time | relevance | path

Searched refs:CriticalMemoryInstruction (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/HardwareUnits/
H A DLSUnit.h49 InstRef CriticalMemoryInstruction; variable
73 return CriticalMemoryInstruction; in getCriticalMemoryInstruction()
89 Group->onGroupIssued(CriticalMemoryInstruction, IsDataDependent); in addSuccessor()
138 if ((bool)CriticalMemoryInstruction) { in onInstructionIssued()
139 const Instruction &OtherIS = *CriticalMemoryInstruction.getInstruction(); in onInstructionIssued()
141 CriticalMemoryInstruction = IR; in onInstructionIssued()
143 CriticalMemoryInstruction = IR; in onInstructionIssued()
151 MG->onGroupIssued(CriticalMemoryInstruction, false); in onInstructionIssued()
157 MG->onGroupIssued(CriticalMemoryInstruction, true); in onInstructionIssued()
165 if (CriticalMemoryInstruction && in onInstructionExecuted()
[all …]