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

  /external/swiftshader/third_party/subzero/src/
IceLiveness.h 60 // LiveBegin and LiveEnd track the instruction numbers of the start and end
63 LiveBeginEndMap LiveBegin, LiveEnd;
99 return &Nodes[Index].LiveBegin;
IceCfgNode.cpp 681 LiveBeginEndMap *LiveBegin = nullptr;
686 LiveBegin = Liveness->getLiveBegin(this);
688 LiveBegin->clear();
692 LiveBegin->reserve(getInstCountEstimate());
718 I.liveness(I.getNumber(), Live, Liveness, LiveBegin, LiveEnd);
729 if (I.liveness(FirstPhiNumber, Live, Liveness, LiveBegin, LiveEnd))
    [all...]

Completed in 152 milliseconds