Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DScheduleDAGInstrs.cpp811 bool HasVRegDef = false; in buildSchedGraph() local
820 HasVRegDef = true; in buildSchedGraph()
847 if (SU->NumSuccs == 0 && SU->Latency > 1 && (HasVRegDef || MI.mayLoad())) { in buildSchedGraph()