Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DLiveInterval.cpp890 bool ConstructingSegment = false; in constructMainRangeFromSubranges() local
948 if (ConstructingSegment && IsDef) { in constructMainRangeFromSubranges()
952 ConstructingSegment = false; in constructMainRangeFromSubranges()
956 if (!ConstructingSegment) { in constructMainRangeFromSubranges()
988 ConstructingSegment = true; in constructMainRangeFromSubranges()
992 assert(ConstructingSegment); in constructMainRangeFromSubranges()
998 ConstructingSegment = false; in constructMainRangeFromSubranges()
1013 assert(ActiveMask == 0 && !ConstructingSegment && "all segments ended"); in constructMainRangeFromSubranges()