Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DRDFGraph.cpp1446 auto HasDF = PhiM.find(BA.Id); in buildPhis() local
1447 if (HasDF == PhiM.end() || HasDF->second.empty()) in buildPhis()
1462 for (RegisterRef I : HasDF->second) in buildPhis()
1463 MaxDF.insert(MaxCoverIn(I, HasDF->second)); in buildPhis()