Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp102 static cl::opt<bool> DisableSchedLiveUses( variable
2727 if (!DisableSchedRegPressure || !DisableSchedLiveUses) { in operator ()()
2745 if (!DisableSchedLiveUses && (LLiveUses != RLiveUses)) { in operator ()()
/external/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp76 static cl::opt<bool> DisableSchedLiveUses( variable
2602 if (!DisableSchedRegPressure || !DisableSchedLiveUses) { in operator ()()
2619 if (!DisableSchedLiveUses && (LLiveUses != RLiveUses)) { in operator ()()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp78 static cl::opt<bool> DisableSchedLiveUses( variable
2527 if (!DisableSchedRegPressure || !DisableSchedLiveUses) { in operator ()()
2546 if (!DisableSchedLiveUses && (LLiveUses != RLiveUses)) { in operator ()()