Searched refs:CurrentLSuccessor (Results 1 – 1 of 1) sorted by relevance
/external/llvm/include/llvm/Support/ |
D | IntegersSubsetMapping.h | 118 SuccessorClass *CurrentLSuccessor; variable 153 CurrentLSuccessor = S; in onLOpen() 163 LeftMapping->add(OpenPt, Pt, CurrentLSuccessor); in onLClose() 168 IntersectionMapping->add(OpenPt, Pt, CurrentLSuccessor); in onLClose() 182 LeftMapping->add(OpenPt, Pt-1, CurrentLSuccessor); in onROpen() 207 IntersectionMapping->add(OpenPt, Pt, CurrentLSuccessor); in onRClose() 228 CurrentLSuccessor = LS; in onLROpen() 237 IntersectionMapping->add(OpenPt, Pt, CurrentLSuccessor); in onLRClose()
|