Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/
H A DInstruction.h703 const CriticalDependency &getCriticalMemDep() const { return CriticalMemDep; } in getCriticalMemDep() function
/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DBottleneckAnalysis.cpp526 const CriticalDependency &MemDep = IS.getCriticalMemDep(); in onEvent()