Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86CmovConversion.cpp452 unsigned MIDepth = 0; in checkForProfitableCmovCandidates() local
464 MIDepth = std::max(MIDepth, Info.Depth); in checkForProfitableCmovCandidates()
484 DepthMap[&MI] = {MIDepth += Latency, MIDepthOpt += Latency}; in checkForProfitableCmovCandidates()
485 MaxDepth.Depth = std::max(MaxDepth.Depth, MIDepth); in checkForProfitableCmovCandidates()