Home
last modified time | relevance | path

Searched refs:DelegateToMap (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/utils/TableGen/
H A DCallingConvEmitter.cpp29 std::map<std::string, std::set<std::string>> DelegateToMap; member in __anona8a0df350111::CallingConvEmitter
151 DelegateToMap[CurrentAction].insert(CC->getName().str()); in EmitAction()
358 std::deque<EntryTy> Worklist(DelegateToMap.begin(), DelegateToMap.end()); in EmitArgRegisterLists()
381 DelegateToMap.erase(CCName); in EmitArgRegisterLists()