Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DCallingConvEmitter.cpp37 std::map<std::string, std::set<std::string>> DelegateToMap; member in __anon55933a050111::CallingConvEmitter
232 DelegateToMap[CurrentAction].insert(CC->getName().str()); in emitAction()
346 std::deque<EntryTy> Worklist(DelegateToMap.begin(), DelegateToMap.end()); in emitArgRegisterLists()
369 DelegateToMap.erase(CCName); in emitArgRegisterLists()