Lines Matching refs:LCVMap
161 LoopControlVariablesMapTy LCVMap; member
1459 StackElem.LCVMap.try_emplace( in addLoopControlVariable()
1460 D, LCDeclInfo(StackElem.LCVMap.size() + 1, Capture)); in addLoopControlVariable()
1468 auto It = StackElem.LCVMap.find(D); in isLoopControlVariable()
1469 if (It != StackElem.LCVMap.end()) in isLoopControlVariable()
1480 auto It = StackElem.LCVMap.find(D); in isLoopControlVariable()
1481 if (It != StackElem.LCVMap.end()) in isLoopControlVariable()
1492 auto It = Parent->LCVMap.find(D); in isParentLoopControlVariable()
1493 if (It != Parent->LCVMap.end()) in isParentLoopControlVariable()
1501 if (Parent->LCVMap.size() < I) in getParentLoopControlVariable()
1503 for (const auto &Pair : Parent->LCVMap) in getParentLoopControlVariable()
1991 auto LI = StackElem.LCVMap.find(D); in hasExplicitDSA()
1992 if (LI != StackElem.LCVMap.end()) in hasExplicitDSA()