Searched refs:LCVMap (Results 1 – 1 of 1) sorted by relevance
156 LoopControlVariablesMapTy LCVMap; member1306 StackElem.LCVMap.try_emplace( in addLoopControlVariable()1307 D, LCDeclInfo(StackElem.LCVMap.size() + 1, Capture)); in addLoopControlVariable()1315 auto It = StackElem.LCVMap.find(D); in isLoopControlVariable()1316 if (It != StackElem.LCVMap.end()) in isLoopControlVariable()1327 auto It = StackElem.LCVMap.find(D); in isLoopControlVariable()1328 if (It != StackElem.LCVMap.end()) in isLoopControlVariable()1339 auto It = Parent->LCVMap.find(D); in isParentLoopControlVariable()1340 if (It != Parent->LCVMap.end()) in isParentLoopControlVariable()1348 if (Parent->LCVMap.size() < I) in getParentLoopControlVariable()[all …]