Lines Matching refs:LCVMap
125 LoopControlVariablesMapTy LCVMap; member
859 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()
1346 if (LI != StartI->LCVMap.end()) in hasExplicitDSA()