HomeSort by relevance Sort by last modified time
    Searched refs:LiveUnion (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/CodeGen/
LiveIntervalUnion.h 109 LiveIntervalUnion *LiveUnion;
112 SegmentIter LiveUnionI; // current position in LiveUnion
120 Query(): LiveUnion(), VirtReg(), Tag(0), UserTag(0) {}
123 LiveUnion(LIU), VirtReg(VReg), CheckedFirstInterference(false),
128 LiveUnion = NULL;
141 LiveUnion == LIU && !LIU->changedSince(Tag)) {
146 LiveUnion = LIU;
LiveIntervalUnion.cpp 132 if (VirtReg->empty() || LiveUnion->empty()) {
139 LiveUnionI.setMap(LiveUnion->getMap());
159 // This LiveUnion segment is no longer interesting.
190 Overlaps(LiveUnion->getMap(), Loop->getMap());
RegAllocBase.cpp 254 LiveIntervalUnion &LiveUnion = PhysReg2LiveUnion[PhysReg];
255 if (LiveUnion.empty())
262 SI.setMap(LiveUnion.getMap());

Completed in 36 milliseconds