Searched refs:StackElem (Results 1 – 4 of 4) sorted by relevance
171 struct StackElem { in evaluate() struct181 std::stack<StackElem> CounterStack; in evaluate()187 StackElem &Current = CounterStack.top(); in evaluate()205 CounterStack.push(StackElem{E.LHS}); in evaluate()206 Current.VisitCount = StackElem::KVisitedOnce; in evaluate()209 CounterStack.push(StackElem{E.RHS}); in evaluate()488 struct StackElem { in getMaxCounterID() struct498 std::stack<StackElem> CounterStack; in getMaxCounterID()504 StackElem &Current = CounterStack.top(); in getMaxCounterID()522 CounterStack.push(StackElem{E.LHS}); in getMaxCounterID()[all …]
88 struct StackElem { in runOnMachineFunction() struct92 std::vector<StackElem> Stack; in runOnMachineFunction()
823 auto StackElem = CallStack.top(); in HasPreserveFieldInfoCall() local824 if (StackElem.second.Kind == BPFPreserveFieldInfoAI) in HasPreserveFieldInfoCall()863 auto StackElem = CallStack.top(); in computeBaseAndAccessKey() local864 Call = StackElem.first; in computeBaseAndAccessKey()865 CInfo = StackElem.second; in computeBaseAndAccessKey()945 auto StackElem = CallStack.top(); in computeBaseAndAccessKey() local946 CInfo = StackElem.second; in computeBaseAndAccessKey()
1172 StackElem.DeclareMapperVar = Ref; in addDeclareMapperVarRef()1433 StackElem.AlignedMap[D] = NewDE; in addUniqueAligned()1448 StackElem.NontemporalMap[D] = NewDE; in addUniqueNontemporal()1459 StackElem.LCVMap.try_emplace( 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()1991 auto LI = StackElem.LCVMap.find(D); in hasExplicitDSA()1992 if (LI != StackElem.LCVMap.end()) in hasExplicitDSA()[all …]