Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DScheduleDAGInstrs.cpp846 bool HasVRegDef = false; in buildSchedGraph() local
855 HasVRegDef = true; in buildSchedGraph()
882 if (SU->NumSuccs == 0 && SU->Latency > 1 && (HasVRegDef || MI.mayLoad())) { in buildSchedGraph()
H A DRegAllocFast.cpp1122 bool HasVRegDef = false; in allocateInstruction() local
1132 HasVRegDef = true; in allocateInstruction()
1162 if (HasVRegDef) { in allocateInstruction()