Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86CmovConversion.cpp521 bool WorthOptLoop = false; in checkForProfitableCmovCandidates() local
523 WorthOptLoop = Diff[0] * 8 >= LoopDepth[0].Depth; in checkForProfitableCmovCandidates()
525 WorthOptLoop = in checkForProfitableCmovCandidates()
529 if (!WorthOptLoop) in checkForProfitableCmovCandidates()