Searched refs:HostActionToInputArgMap (Results 1 – 1 of 1) sorted by relevance
2643 std::map<Action *, const Arg *> HostActionToInputArgMap; member in __anon7f4eb1310a11::OffloadingActionBuilder3634 auto Loc = HostActionToInputArgMap.find(HostAction); in recordHostAction()3635 if (Loc == HostActionToInputArgMap.end()) in recordHostAction()3636 HostActionToInputArgMap[HostAction] = InputArg; in recordHostAction()3637 assert(HostActionToInputArgMap[HostAction] == InputArg && in recordHostAction()3862 auto ArgLoc = HostActionToInputArgMap.find(A); in processHostLinkAction()3863 if (ArgLoc == HostActionToInputArgMap.end()) in processHostLinkAction()