Searched refs:HostActionToInputArgMap (Results 1 – 1 of 1) sorted by relevance
2820 std::map<Action *, const Arg *> HostActionToInputArgMap; member in __anonb8862b370811::OffloadingActionBuilder3685 auto Loc = HostActionToInputArgMap.find(HostAction); in recordHostAction()3686 if (Loc == HostActionToInputArgMap.end()) in recordHostAction()3687 HostActionToInputArgMap[HostAction] = InputArg; in recordHostAction()3688 assert(HostActionToInputArgMap[HostAction] == InputArg && in recordHostAction()3912 auto ArgLoc = HostActionToInputArgMap.find(A); in processHostLinkAction()3913 if (ArgLoc == HostActionToInputArgMap.end()) in processHostLinkAction()