Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86CmovConversion.cpp436 unsigned MIDepthOpt = 0; in checkForProfitableCmovCandidates() local
449 MIDepthOpt = std::max(MIDepthOpt, Info.OptDepth); in checkForProfitableCmovCandidates()
454 MIDepthOpt = getDepthOfOptCmov( in checkForProfitableCmovCandidates()
467 DepthMap[&MI] = {MIDepth += Latency, MIDepthOpt += Latency}; in checkForProfitableCmovCandidates()
469 MaxDepth.OptDepth = std::max(MaxDepth.OptDepth, MIDepthOpt); in checkForProfitableCmovCandidates()