Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineTraceMetrics.cpp676 bool HasPhysRegs = false; in getDataDeps() local
684 HasPhysRegs = true; in getDataDeps()
691 return HasPhysRegs; in getDataDeps()
1114 bool HasPhysRegs = !MI.isPHI() && getDataDeps(MI, Deps, MTM.MRI); in computeInstrHeights() local
1117 if (HasPhysRegs) in computeInstrHeights()