Searched refs:HostActionToInputArgMap (Results 1 – 1 of 1) sorted by relevance
2753 std::map<Action *, const Arg *> HostActionToInputArgMap; member in __anon9720d3580811::OffloadingActionBuilder3586 auto Loc = HostActionToInputArgMap.find(HostAction); in recordHostAction()3587 if (Loc == HostActionToInputArgMap.end()) in recordHostAction()3588 HostActionToInputArgMap[HostAction] = InputArg; in recordHostAction()3589 assert(HostActionToInputArgMap[HostAction] == InputArg && in recordHostAction()3814 auto ArgLoc = HostActionToInputArgMap.find(A); in processHostLinkAction()3815 if (ArgLoc == HostActionToInputArgMap.end()) in processHostLinkAction()