Searched refs:StackElem (Results 1 – 3 of 3) sorted by relevance
70 struct StackElem { in runOnMachineFunction() struct74 std::vector<StackElem> Stack; in runOnMachineFunction()
841 auto StackElem = CallStack.top(); in HasPreserveFieldInfoCall() local842 if (StackElem.second.Kind == BPFPreserveFieldInfoAI) in HasPreserveFieldInfoCall()881 auto StackElem = CallStack.top(); in computeBaseAndAccessKey() local882 Call = StackElem.first; in computeBaseAndAccessKey()883 CInfo = StackElem.second; in computeBaseAndAccessKey()963 auto StackElem = CallStack.top(); in computeBaseAndAccessKey() local964 CInfo = StackElem.second; in computeBaseAndAccessKey()
1135 StackElem.DeclareMapperVar = Ref; in addDeclareMapperVarRef()1382 StackElem.AlignedMap[D] = NewDE; in addUniqueAligned()1397 StackElem.NontemporalMap[D] = NewDE; in addUniqueNontemporal()1408 StackElem.LCVMap.try_emplace( in addLoopControlVariable()1417 auto It = StackElem.LCVMap.find(D); in isLoopControlVariable()1418 if (It != StackElem.LCVMap.end()) in isLoopControlVariable()1429 auto It = StackElem.LCVMap.find(D); in isLoopControlVariable()1430 if (It != StackElem.LCVMap.end()) in isLoopControlVariable()1940 auto LI = StackElem.LCVMap.find(D); in hasExplicitDSA()1941 if (LI != StackElem.LCVMap.end()) in hasExplicitDSA()[all …]