Searched refs:StackElem (Results 1 – 3 of 3) sorted by relevance
70 struct StackElem { in runOnMachineFunction() struct74 std::vector<StackElem> Stack; in runOnMachineFunction()
750 auto StackElem = CallStack.top(); in HasPreserveFieldInfoCall() local751 if (StackElem.second.Kind == BPFPreserveFieldInfoAI) in HasPreserveFieldInfoCall()790 auto StackElem = CallStack.top(); in computeBaseAndAccessKey() local791 Call = StackElem.first; in computeBaseAndAccessKey()792 CInfo = StackElem.second; in computeBaseAndAccessKey()872 auto StackElem = CallStack.top(); in computeBaseAndAccessKey() local873 CInfo = StackElem.second; in computeBaseAndAccessKey()
1091 StackElem.DeclareMapperVar = Ref; in addDeclareMapperVarRef()1280 StackElem.AlignedMap[D] = NewDE; in addUniqueAligned()1295 StackElem.NontemporalMap[D] = NewDE; in addUniqueNontemporal()1306 StackElem.LCVMap.try_emplace( in addLoopControlVariable()1315 auto It = StackElem.LCVMap.find(D); in isLoopControlVariable()1316 if (It != StackElem.LCVMap.end()) in isLoopControlVariable()1327 auto It = StackElem.LCVMap.find(D); in isLoopControlVariable()1328 if (It != StackElem.LCVMap.end()) in isLoopControlVariable()1840 auto LI = StackElem.LCVMap.find(D); in hasExplicitDSA()1841 if (LI != StackElem.LCVMap.end()) in hasExplicitDSA()[all …]