Lines Matching refs:LCVMap
160 LoopControlVariablesMapTy LCVMap; member
1439 StackElem.LCVMap.try_emplace( in addLoopControlVariable()
1440 D, LCDeclInfo(StackElem.LCVMap.size() + 1, Capture)); in addLoopControlVariable()
1448 auto It = StackElem.LCVMap.find(D); in isLoopControlVariable()
1449 if (It != StackElem.LCVMap.end()) in isLoopControlVariable()
1460 auto It = StackElem.LCVMap.find(D); in isLoopControlVariable()
1461 if (It != StackElem.LCVMap.end()) in isLoopControlVariable()
1472 auto It = Parent->LCVMap.find(D); in isParentLoopControlVariable()
1473 if (It != Parent->LCVMap.end()) in isParentLoopControlVariable()
1481 if (Parent->LCVMap.size() < I) in getParentLoopControlVariable()
1483 for (const auto &Pair : Parent->LCVMap) in getParentLoopControlVariable()
1971 auto LI = StackElem.LCVMap.find(D); in hasExplicitDSA()
1972 if (LI != StackElem.LCVMap.end()) in hasExplicitDSA()