Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DRegAllocGreedy.cpp80 ExhaustiveSearch("exhaustive-register-search", cl::NotHidden, variable
2019 LastChanceRecoloringMaxInterference && !ExhaustiveSearch) { in mayRecolorAllInterferences()
2092 if (Depth >= LastChanceRecoloringMaxDepth && !ExhaustiveSearch) { in tryLastChanceRecoloring()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DRegAllocGreedy.cpp108 static cl::opt<bool> ExhaustiveSearch( variable
2494 LastChanceRecoloringMaxInterference && !ExhaustiveSearch) { in mayRecolorAllInterferences()
2571 if (Depth >= LastChanceRecoloringMaxDepth && !ExhaustiveSearch) { in tryLastChanceRecoloring()