Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86CmovConversion.cpp512 bool WorthOptLoop = false; in checkForProfitableCmovCandidates() local
514 WorthOptLoop = Diff[0] * 8 >= LoopDepth[0].Depth; in checkForProfitableCmovCandidates()
516 WorthOptLoop = in checkForProfitableCmovCandidates()
520 if (!WorthOptLoop) in checkForProfitableCmovCandidates()