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.h260 InstRef CriticalMemoryInstruction; variable
284 return CriticalMemoryInstruction; in getCriticalMemoryInstruction()
300 Group->onGroupIssued(CriticalMemoryInstruction, IsDataDependent); in addSuccessor()
349 if ((bool)CriticalMemoryInstruction) { in onInstructionIssued()
351 *CriticalMemoryInstruction.getInstruction(); in onInstructionIssued()
353 CriticalMemoryInstruction = IR; in onInstructionIssued()
355 CriticalMemoryInstruction = IR; in onInstructionIssued()
363 MG->onGroupIssued(CriticalMemoryInstruction, false); in onInstructionIssued()
369 MG->onGroupIssued(CriticalMemoryInstruction, true); in onInstructionIssued()
377 if (CriticalMemoryInstruction && in onInstructionExecuted()
[all …]