Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DScheduleDAGInstrs.cpp836 bool HasVRegDef = false; in buildSchedGraph() local
845 HasVRegDef = true; in buildSchedGraph()
872 if (SU->NumSuccs == 0 && SU->Latency > 1 && (HasVRegDef || MI.mayLoad())) { in buildSchedGraph()
H A DRegAllocFast.cpp1136 bool HasVRegDef = false; in allocateInstruction() local
1147 HasVRegDef = true; in allocateInstruction()
1178 if (HasVRegDef) { in allocateInstruction()