Lines Matching refs:LCVMap
159 LoopControlVariablesMapTy LCVMap; member
1408 StackElem.LCVMap.try_emplace( in addLoopControlVariable()
1409 D, LCDeclInfo(StackElem.LCVMap.size() + 1, Capture)); in addLoopControlVariable()
1417 auto It = StackElem.LCVMap.find(D); in isLoopControlVariable()
1418 if (It != StackElem.LCVMap.end()) in isLoopControlVariable()
1429 auto It = StackElem.LCVMap.find(D); in isLoopControlVariable()
1430 if (It != StackElem.LCVMap.end()) in isLoopControlVariable()
1441 auto It = Parent->LCVMap.find(D); in isParentLoopControlVariable()
1442 if (It != Parent->LCVMap.end()) in isParentLoopControlVariable()
1450 if (Parent->LCVMap.size() < I) in getParentLoopControlVariable()
1452 for (const auto &Pair : Parent->LCVMap) in getParentLoopControlVariable()
1940 auto LI = StackElem.LCVMap.find(D); in hasExplicitDSA()
1941 if (LI != StackElem.LCVMap.end()) in hasExplicitDSA()