Searched refs:StackElem (Results 1 – 3 of 3) sorted by relevance
88 struct StackElem { in runOnMachineFunction() struct92 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()
1150 StackElem.DeclareMapperVar = Ref; in addDeclareMapperVarRef()1413 StackElem.AlignedMap[D] = NewDE; in addUniqueAligned()1428 StackElem.NontemporalMap[D] = NewDE; in addUniqueNontemporal()1439 StackElem.LCVMap.try_emplace( 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()1971 auto LI = StackElem.LCVMap.find(D); in hasExplicitDSA()1972 if (LI != StackElem.LCVMap.end()) in hasExplicitDSA()[all …]