Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MCA/HardwareUnits/
H A DLSUnit.h49 InstRef CriticalMemoryInstruction; variable
58 NumExecuted(0), CriticalPredecessor(), CriticalMemoryInstruction() {} in MemoryGroup()
76 return CriticalMemoryInstruction; in getCriticalMemoryInstruction()
92 Group->onGroupIssued(CriticalMemoryInstruction, IsDataDependent); in addSuccessor()
141 if ((bool)CriticalMemoryInstruction) { in onInstructionIssued()
144 CriticalMemoryInstruction = IR; in onInstructionIssued()
146 CriticalMemoryInstruction = IR; in onInstructionIssued()
154 MG->onGroupIssued(CriticalMemoryInstruction, false); in onInstructionIssued()
160 MG->onGroupIssued(CriticalMemoryInstruction, true); in onInstructionIssued()
168 if (CriticalMemoryInstruction && in onInstructionExecuted()
[all …]