Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/MCA/
DInstruction.h669 const CriticalDependency &getCriticalMemDep() const { return CriticalMemDep; } in getCriticalMemDep() function
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-mca/Views/
DBottleneckAnalysis.cpp525 const CriticalDependency &MemDep = IS.getCriticalMemDep(); in onEvent()