Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DGCNHazardRecognizer.cpp1540 int PreExecPos = std::numeric_limits<int>::max(); in fixVALUPartialForwardingHazard() local
1547 PreExecPos = std::min(PreExecPos, DefVALUs); in fixVALUPartialForwardingHazard()
1568 if (PreExecPos == std::numeric_limits<int>::max()) in fixVALUPartialForwardingHazard()
1572 int Intv1VALUs = PreExecPos - State.ExecPos; in fixVALUPartialForwardingHazard()