Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNHazardRecognizer.cpp1582 int PreExecPos = std::numeric_limits<int>::max(); in fixVALUPartialForwardingHazard() local
1589 PreExecPos = std::min(PreExecPos, DefVALUs); in fixVALUPartialForwardingHazard()
1610 if (PreExecPos == std::numeric_limits<int>::max()) in fixVALUPartialForwardingHazard()
1614 int Intv1VALUs = PreExecPos - State.ExecPos; in fixVALUPartialForwardingHazard()