Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DScheduleDAGInstrs.cpp848 bool HasVRegDef = false; in buildSchedGraph() local
857 HasVRegDef = true; in buildSchedGraph()
884 if (SU->NumSuccs == 0 && SU->Latency > 1 && (HasVRegDef || MI.mayLoad())) { in buildSchedGraph()
H A DRegAllocFast.cpp1108 bool HasVRegDef = false; in allocateInstruction() local
1118 HasVRegDef = true; in allocateInstruction()
1148 if (HasVRegDef) { in allocateInstruction()