Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86CmovConversion.cpp388 struct DepthInfo { in checkForProfitableCmovCandidates() struct
396 DenseMap<MachineInstr *, DepthInfo> DepthMap; in checkForProfitableCmovCandidates()
397 DepthInfo LoopDepth[LoopIterations] = {{0, 0}, {0, 0}}; in checkForProfitableCmovCandidates()
436 DepthInfo &MaxDepth = LoopDepth[I]; in checkForProfitableCmovCandidates()
455 DepthInfo Info = DepthMap.lookup(DefMI); in checkForProfitableCmovCandidates()