HomeSort by: relevance | last modified time | path
    Searched refs:HasVRegDef (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
RegAllocFast.cpp 1108 bool HasVRegDef = false;
1118 HasVRegDef = true;
1148 if (HasVRegDef) {
ScheduleDAGInstrs.cpp 848 bool HasVRegDef = false;
857 HasVRegDef = true;
884 if (SU->NumSuccs == 0 && SU->Latency > 1 && (HasVRegDef || MI.mayLoad())) {

Completed in 22 milliseconds