Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86CmovConversion.cpp520 bool WorthOptLoop = false; in checkForProfitableCmovCandidates() local
522 WorthOptLoop = Diff[0] * 8 >= LoopDepth[0].Depth; in checkForProfitableCmovCandidates()
524 WorthOptLoop = in checkForProfitableCmovCandidates()
528 if (!WorthOptLoop) in checkForProfitableCmovCandidates()