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.cpp524 bool WorthOptLoop = false; in checkForProfitableCmovCandidates() local
526 WorthOptLoop = Diff[0] * 8 >= LoopDepth[0].Depth; in checkForProfitableCmovCandidates()
528 WorthOptLoop = in checkForProfitableCmovCandidates()
532 if (!WorthOptLoop) in checkForProfitableCmovCandidates()