Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DLiveInterval.cpp889 bool ConstructingSegment = false; in constructMainRangeFromSubranges() local
947 if (ConstructingSegment && IsDef) { in constructMainRangeFromSubranges()
951 ConstructingSegment = false; in constructMainRangeFromSubranges()
955 if (!ConstructingSegment) { in constructMainRangeFromSubranges()
987 ConstructingSegment = true; in constructMainRangeFromSubranges()
991 assert(ConstructingSegment); in constructMainRangeFromSubranges()
997 ConstructingSegment = false; in constructMainRangeFromSubranges()
1012 assert(ActiveMask == 0 && !ConstructingSegment && "all segments ended"); in constructMainRangeFromSubranges()