Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86CmovConversion.cpp506 bool WorthOptLoop = false; in checkForProfitableCmovCandidates() local
508 WorthOptLoop = Diff[0] * 8 >= LoopDepth[0].Depth; in checkForProfitableCmovCandidates()
510 WorthOptLoop = in checkForProfitableCmovCandidates()
514 if (!WorthOptLoop) in checkForProfitableCmovCandidates()