Lines Matching refs:LCVMap
166 LoopControlVariablesMapTy LCVMap; member
1464 StackElem.LCVMap.try_emplace( in addLoopControlVariable()
1465 D, LCDeclInfo(StackElem.LCVMap.size() + 1, Capture)); in addLoopControlVariable()
1473 auto It = StackElem.LCVMap.find(D); in isLoopControlVariable()
1474 if (It != StackElem.LCVMap.end()) in isLoopControlVariable()
1485 auto It = StackElem.LCVMap.find(D); in isLoopControlVariable()
1486 if (It != StackElem.LCVMap.end()) in isLoopControlVariable()
1497 auto It = Parent->LCVMap.find(D); in isParentLoopControlVariable()
1498 if (It != Parent->LCVMap.end()) in isParentLoopControlVariable()
1506 if (Parent->LCVMap.size() < I) in getParentLoopControlVariable()
1508 for (const auto &Pair : Parent->LCVMap) in getParentLoopControlVariable()
1996 auto LI = StackElem.LCVMap.find(D); in hasExplicitDSA()
1997 if (LI != StackElem.LCVMap.end()) in hasExplicitDSA()