Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DAllocationOrder.h36 bool HardHints; variable
58 if (HardHints)
77 if (HardHints) in nextWithDups()
DAllocationOrder.cpp34 : Pos(0), HardHints(false) { in AllocationOrder()
39 HardHints = true; in AllocationOrder()