Lines Matching refs:LCVMap
156 LoopControlVariablesMapTy LCVMap; member
1306 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()
1350 for (const auto &Pair : Parent->LCVMap) in getParentLoopControlVariable()
1840 auto LI = StackElem.LCVMap.find(D); in hasExplicitDSA()
1841 if (LI != StackElem.LCVMap.end()) in hasExplicitDSA()