Searched refs:HostActionToInputArgMap (Results 1 – 1 of 1) sorted by relevance
2857 std::map<Action *, const Arg *> HostActionToInputArgMap; member in __anon17dcc6010811::OffloadingActionBuilder3726 auto Loc = HostActionToInputArgMap.find(HostAction); in recordHostAction()3727 if (Loc == HostActionToInputArgMap.end()) in recordHostAction()3728 HostActionToInputArgMap[HostAction] = InputArg; in recordHostAction()3729 assert(HostActionToInputArgMap[HostAction] == InputArg && in recordHostAction()3953 auto ArgLoc = HostActionToInputArgMap.find(A); in processHostLinkAction()3954 if (ArgLoc == HostActionToInputArgMap.end()) in processHostLinkAction()