Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86CmovConversion.cpp395 static const unsigned LoopIterations = 2; in checkForProfitableCmovCandidates() local
397 DepthInfo LoopDepth[LoopIterations] = {{0, 0}, {0, 0}}; in checkForProfitableCmovCandidates()
435 for (unsigned I = 0; I < LoopIterations; ++I) { in checkForProfitableCmovCandidates()
483 unsigned Diff[LoopIterations] = {LoopDepth[0].Depth - LoopDepth[0].OptDepth, in checkForProfitableCmovCandidates()