HomeSort by relevance Sort by last modified time
    Searched defs:IsRef (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/Hexagon/
BitTracker.cpp 120 bool IsRef = (V.Type == BT::BitValue::Ref);
122 if (!IsRef && V == SV)
124 if (IsRef && SV.Type == BT::BitValue::Ref && V.RefI.Reg == SV.RefI.Reg) {
    [all...]
RDFGraph.h 716 static bool IsRef(const NodeAddr<NodeBase*> BA) {

Completed in 51 milliseconds