Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MCA/
H A DInstruction.cpp143 const CriticalDependency &ReadCRD = RS.getCriticalRegDep(); in computeCriticalRegDep() local
144 if (ReadCRD.Cycles > MaxLatency) in computeCriticalRegDep()
145 CriticalRegDep = ReadCRD; in computeCriticalRegDep()