Searched refs:LCVMap (Results 1 – 1 of 1) sorted by relevance
125 LoopControlVariablesMapTy LCVMap; member859 StackElem.LCVMap.try_emplace( in addLoopControlVariable()860 D, LCDeclInfo(StackElem.LCVMap.size() + 1, Capture)); in addLoopControlVariable()868 auto It = StackElem.LCVMap.find(D); in isLoopControlVariable()869 if (It != StackElem.LCVMap.end()) in isLoopControlVariable()880 auto It = StackElem.LCVMap.find(D); in isParentLoopControlVariable()881 if (It != StackElem.LCVMap.end()) in isParentLoopControlVariable()890 if (StackElem.LCVMap.size() < I) in getParentLoopControlVariable()892 for (const auto &Pair : StackElem.LCVMap) in getParentLoopControlVariable()1345 auto LI = StartI->LCVMap.find(D); in hasExplicitDSA()[all …]